Package | Description |
---|---|
com.ibm.wsspi.security.authorization.saf |
Modifier and Type | Method and Description |
---|---|
static LogOption |
LogOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogOption[] |
LogOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SAFAuthorizationService.isAuthorized(SAFCredential safCredential,
java.lang.String className,
java.lang.String resourceName,
AccessLevel accessLevel,
LogOption logOption)
Determines if the identity represented by the given SAFCredential has the specified
access to the given SAF resource in the given SAF class.
|
boolean |
SAFAuthorizationService.isAuthorized(java.lang.String className,
java.lang.String resourceName,
AccessLevel accessLevel,
LogOption logOption)
Determines if the Subject on the calling thread has the specified access to the
given SAF resource in the given SAF class.
|
boolean |
SAFAuthorizationService.isAuthorized(java.lang.String mvsUserId,
java.lang.String className,
java.lang.String resourceName,
AccessLevel accessLevel,
LogOption logOption)
Determines if the identity represented by the given mvsUserId has the specified
access to the given SAF resource in the given SAF class.
|
boolean |
SAFAuthorizationService.isAuthorized(javax.security.auth.Subject subject,
java.lang.String className,
java.lang.String resourceName,
AccessLevel accessLevel,
LogOption logOption)
Determines if the given Subject has the specified access to the given SAF resource
in the given SAF class.
|