Package | Description |
---|---|
com.ibm.wsspi.security.authorization.saf |
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
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.
|