Uses of Class
com.ibm.wsspi.security.authorization.saf.SAFAuthorizationException
Packages that use SAFAuthorizationException
-
Uses of SAFAuthorizationException in com.ibm.wsspi.security.authorization.saf
Methods in com.ibm.wsspi.security.authorization.saf that throw SAFAuthorizationExceptionModifier and TypeMethodDescriptionbooleanSAFAuthorizationService.isAuthorized(SAFCredential safCredential, String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the identity represented by the given SAFCredential has the specified access to the given SAF resource in the given SAF class.booleanSAFAuthorizationService.isAuthorized(String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the Subject on the calling thread has the specified access to the given SAF resource in the given SAF class.booleanSAFAuthorizationService.isAuthorized(String mvsUserId, String className, 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(String mvsUserId, String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Wraps a SAFCredential around the given mvsUserId, then calls isAuthorized(SAFCredential, ...)booleanSAFAuthorizationService.isAuthorized(Subject subject, String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the given Subject has the specified access to the given SAF resource in the given SAF class.booleanSAFAuthorizationService.isAuthorizedToDataset(SAFCredential safCredential, String resourceName, String volser, boolean vsam, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the identity represented by the given SAFCredential has the specified access to the given SAF resource in the dataset class.booleanSAFAuthorizationService.isAuthorizedToDataset(String resourceName, String volser, boolean vsam, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the Subject on the calling thread has the specified access to the given SAF resource in the given DATASET class.booleanSAFAuthorizationService.isAuthorizedToDataset(String mvsUserId, String resourceName, String volser, boolean vsam, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the identity represented by the given mvsUserId has the specified access to the given SAF resource in the dataset class.booleanSAFAuthorizationService.isAuthorizedToDataset(Subject subject, String resourceName, String volser, boolean vsam, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the identity represented by the given Subject has the specified access to the given SAF resource in the dataset class.booleanSAFAuthorizationService.isGroupAuthorized(String groupName, String className, 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.booleanSAFAuthorizationService.isGroupAuthorized(String groupName, String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the group represented by the given groupName has the specified access to the given SAF resource in the given SAF class.booleanSAFAuthorizationService.isGroupAuthorizedToDataset(String groupName, String resourceName, String volser, boolean vsam, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure) Determines if the group represented by the given groupName has the specified access to the given SAF resource in the Dataset SAF class.