Uses of Enum
com.ibm.wsspi.security.authorization.saf.AccessLevel

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

    Modifier and Type
    Method
    Description
    AccessLevel.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static AccessLevel[]
    AccessLevel.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in com.ibm.wsspi.security.authorization.saf with parameters of type AccessLevel
    Modifier and Type
    Method
    Description
    boolean
    SAFAuthorizationService.isAuthorized(SAFCredential safCredential, String className, 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, String className, 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.
    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)
    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 className, String resourceName, AccessLevel accessLevel, LogOption logOption)
    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 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)
    Determines if the given Subject has the specified access to the given SAF resource in the given SAF class.
    boolean
    SAFAuthorizationService.isAuthorized(Subject subject, String className, String resourceName, AccessLevel accessLevel, LogOption logOption)
    Determines if the given Subject has the specified access to the given SAF resource in the given SAF class.
    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.