Package | Description |
---|---|
com.neurosys.security.auth.domain |
Modifier and Type | Method and Description |
---|---|
AuthorizationExtent |
Authorization.getExtent()
SELF, OWNER, ANY etc
|
static AuthorizationExtent |
AuthorizationExtent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationExtent[] |
AuthorizationExtent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Authorization.setExtent(AuthorizationExtent extent)
SELF, OWNER, ANY etc
|
Constructor and Description |
---|
Authorization(IAuthorizationType type,
AuthorizationExtent extent) |
Authorization(IAuthorizationType type,
AuthorizationExtent extent,
IAuthorizationService.AuthState state) |
Copyright © 2018. All rights reserved.