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