Interface AclEntry.AclEntryBuilder
- Enclosing interface:
AclEntry
public static interface AclEntry.AclEntryBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()grant(Collection<? extends Privilege> privileges) grant(PrivilegeSet privileges) restrict(Collection<? extends Privilege> privileges) restrict(PrivilegeSet privileges) revoke(Collection<? extends Privilege> privileges) revoke(PrivilegeSet privileges) unrestrict(Collection<? extends Privilege> privileges) unrestrict(Privilege privilege) unrestrict(Privilege... privileges) unrestrict(PrivilegeSet privileges)
-
Method Details
-
grant
@CanIgnoreReturnValue AclEntry.AclEntryBuilder grant(@Nonnull Collection<? extends Privilege> privileges) -
grant
-
grant
-
grant
-
revoke
@CanIgnoreReturnValue AclEntry.AclEntryBuilder revoke(@Nonnull Collection<? extends Privilege> privileges) -
revoke
-
revoke
-
revoke
-
restrict
@CanIgnoreReturnValue AclEntry.AclEntryBuilder restrict(@Nonnull Collection<? extends Privilege> privileges) -
restrict
-
restrict
-
restrict
-
unrestrict
@CanIgnoreReturnValue AclEntry.AclEntryBuilder unrestrict(@Nonnull Collection<? extends Privilege> privileges) -
unrestrict
-
unrestrict
-
unrestrict
-
build
AclEntry build()
-