Uses of Enum Class
com.loomcache.server.security.Role
Packages that use Role
-
Uses of Role in com.loomcache.server.security
Subclasses with type arguments of type Role in com.loomcache.server.securityMethods in com.loomcache.server.security that return RoleModifier and TypeMethodDescriptionGet the role for a connection.AuthenticationHandler.AuthSession.role()SecurityOperationContext.role()Returns the value of therolerecord component.static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.security with parameters of type RoleModifierConstructorDescriptionSecurityOperationContext(String connectionId, String username, Role role, MessageType messageType, AuthConfig.PermissionRequest permissionRequest, @Nullable String resourceName, byte[] key, int valueLength) Creates an instance of aSecurityOperationContextrecord class.