Uses of Interface
com.codeupsoft.component.security.context.PasswordScopedValue.CallableOp
Packages that use PasswordScopedValue.CallableOp
-
Uses of PasswordScopedValue.CallableOp in com.codeupsoft.component.security.context
Methods in com.codeupsoft.component.security.context with parameters of type PasswordScopedValue.CallableOpModifier and TypeMethodDescriptionstatic <T> TPasswordScopedValue.callWithPassword(String password, PasswordScopedValue.CallableOp<T> callable) 在指定密码的作用域内执行操作并返回结果.