Uses of Class
org.openurp.app.security.FuncResource.Scope
-
Packages that use FuncResource.Scope Package Description org.openurp.app.security org.openurp.app.security.service -
-
Uses of FuncResource.Scope in org.openurp.app.security
Methods in org.openurp.app.security that return FuncResource.Scope Modifier and Type Method Description FuncResource.ScopeFuncResource. getScope()static FuncResource.ScopeFuncResource.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static FuncResource.Scope[]FuncResource.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openurp.app.security with parameters of type FuncResource.Scope Modifier and Type Method Description voidFuncResource. setScope(FuncResource.Scope scope) -
Uses of FuncResource.Scope in org.openurp.app.security.service
Methods in org.openurp.app.security.service with parameters of type FuncResource.Scope Modifier and Type Method Description Set<String>RemoteAuthorityService. getResourceNamesByScope(FuncResource.Scope scope)
-