Uses of Class
com.flower.docs.domain.acl.GrantType
-
Packages that use GrantType Package Description com.flower.docs.domain.acl -
-
Uses of GrantType in com.flower.docs.domain.acl
Fields in com.flower.docs.domain.acl declared as GrantType Modifier and Type Field Description protected GrantTypeAccessControlEntry. grantGrant Type : Allow or DenyMethods in com.flower.docs.domain.acl that return GrantType Modifier and Type Method Description static GrantTypeGrantType. fromValue(java.lang.String v)GrantTypeAccessControlEntry. getGrant()Gets the value of the grant property.static GrantTypeGrantType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GrantType[]GrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flower.docs.domain.acl with parameters of type GrantType Modifier and Type Method Description voidAccessControlEntry. setGrant(GrantType value)Sets the value of the grant property.Constructors in com.flower.docs.domain.acl with parameters of type GrantType Constructor Description AccessControlEntry(java.util.List<java.lang.String> principal, java.util.List<Permission> permission, GrantType grant)Fully-initialising value constructor
-