Uses of Class
io.continual.iam.access.AccessControlEntry.Access
-
Packages that use AccessControlEntry.Access Package Description io.continual.iam.access -
-
Uses of AccessControlEntry.Access in io.continual.iam.access
Methods in io.continual.iam.access that return AccessControlEntry.Access Modifier and Type Method Description AccessControlEntry.AccessAccessControlEntry. check(String userId, Set<String> groups, boolean isOwner, String op)Get an access permission for a given user ID or group set on a given operation.AccessControlEntry.AccessAccessControlEntry. getPermission()Get the permission for this ACL entrystatic AccessControlEntry.AccessAccessControlEntry.Access. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessControlEntry.Access[]AccessControlEntry.Access. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.continual.iam.access with parameters of type AccessControlEntry.Access Modifier and Type Method Description AccessControlEntry.BuilderAccessControlEntry.Builder. withAccess(AccessControlEntry.Access a)Constructors in io.continual.iam.access with parameters of type AccessControlEntry.Access Constructor Description AccessControlEntry(String userOrGroupId, AccessControlEntry.Access p, String operation)AccessControlEntry(String userOrGroupId, AccessControlEntry.Access p, String[] operations)AccessControlEntry(String userOrGroupId, AccessControlEntry.Access p, Collection<String> a)
-