Uses of Class
org.alfresco.service.cmr.security.AuthorityType
-
Packages that use AuthorityType Package Description org.alfresco.service.cmr.security -
-
Uses of AuthorityType in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return AuthorityType Modifier and Type Method Description AuthorityTypeAccessPermission. getAuthorityType()Get the type of authority to which this permission applies.static AuthorityTypeAuthorityType. getAuthorityType(String authority)static AuthorityTypeAuthorityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorityType[]AuthorityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-