Uses of Enum
org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo.PropertyUpdateTypes
Packages that use AuthorizablePrivilegesInfo.PropertyUpdateTypes
-
Uses of AuthorizablePrivilegesInfo.PropertyUpdateTypes in org.apache.sling.jackrabbit.usermanager
Methods in org.apache.sling.jackrabbit.usermanager that return AuthorizablePrivilegesInfo.PropertyUpdateTypesModifier and TypeMethodDescriptionAuthorizablePrivilegesInfo.PropertyUpdateTypes.convertDeprecated
(AuthorizablePrivilegesInfo.PropertyUpdateTypes updateType) If the supplied item is one of the deprecated ones, then return the equivalent item that replaced it.Returns the enum constant of this type with the specified name.AuthorizablePrivilegesInfo.PropertyUpdateTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.jackrabbit.usermanager with parameters of type AuthorizablePrivilegesInfo.PropertyUpdateTypesModifier and TypeMethodDescriptiondefault boolean
AuthorizablePrivilegesInfo.canUpdateProperties
(javax.jcr.Session jcrSession, String principalId, AuthorizablePrivilegesInfo.PropertyUpdateTypes... propertyUpdateTypes) Checks whether the current user has been granted privileges to update the properties of the specified user or group.AuthorizablePrivilegesInfo.PropertyUpdateTypes.convertDeprecated
(AuthorizablePrivilegesInfo.PropertyUpdateTypes updateType) If the supplied item is one of the deprecated ones, then return the equivalent item that replaced it.