Uses of Class
com.ibm.wsspi.security.authorization.saf.SAFAuthorizationException

Packages that use SAFAuthorizationException
  • Uses of SAFAuthorizationException in com.ibm.wsspi.security.authorization.saf

    Modifier and Type
    Method
    Description
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.isAuthorized(String mvsUserId, String className, String resourceName, AccessLevel accessLevel, LogOption logOption, boolean throwExceptionOnFailure)
    Wraps a SAFCredential around the given mvsUserId, then calls isAuthorized(SAFCredential, ...)
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.
    boolean
    SAFAuthorizationService.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.