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
  1. static
  2. AccessLevel
AccessLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. AccessLevel[]
AccessLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.
Modifier and Type Method and Description
  1. 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.
  1. 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.
  1. 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.