Uses of Class
com.ibm.wsspi.security.authorization.saf.SAFAuthorizationException
-
Packages that use SAFAuthorizationException Package Description com.ibm.wsspi.security.authorization.saf -
-
Uses of SAFAuthorizationException in com.ibm.wsspi.security.authorization.saf
Methods in com.ibm.wsspi.security.authorization.saf that throw SAFAuthorizationException Modifier and Type Method Description booleanSAFAuthorizationService. 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.booleanSAFAuthorizationService. isAuthorized(java.lang.String mvsUserId, java.lang.String className, java.lang.String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure)Wraps a SAFCredential around the given mvsUserId, then calls isAuthorized(SAFCredential, ...)booleanSAFAuthorizationService. isGroupAuthorized(java.lang.String groupName, java.lang.String className, java.lang.String resourceName, AccessLevel accessLevel, LogOption logOption)Determines if the group represented by the given groupName has the specified access to the given SAF resource in the given SAF class.
-