|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessLevel | |
---|---|
com.ibm.wsspi.security.authorization.saf |
Uses of AccessLevel in com.ibm.wsspi.security.authorization.saf |
---|
Methods in com.ibm.wsspi.security.authorization.saf that return AccessLevel | |
---|---|
static AccessLevel |
AccessLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessLevel[] |
AccessLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ibm.wsspi.security.authorization.saf with parameters of type AccessLevel | |
---|---|
boolean |
SAFAuthorizationService.isAuthorized(com.ibm.wsspi.security.credentials.saf.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. |
boolean |
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. |
boolean |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |