boolean |
SAFAuthorizationService.isAuthorized(SAFCredential safCredential,
java.lang.String className,
java.lang.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(java.lang.String className,
java.lang.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(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.
|
boolean |
SAFAuthorizationService.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, ...)
|
boolean |
SAFAuthorizationService.isAuthorized(javax.security.auth.Subject subject,
java.lang.String className,
java.lang.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,
java.lang.String resourceName,
java.lang.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(java.lang.String resourceName,
java.lang.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(java.lang.String mvsUserId,
java.lang.String resourceName,
java.lang.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(javax.security.auth.Subject subject,
java.lang.String resourceName,
java.lang.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(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.
|
boolean |
SAFAuthorizationService.isGroupAuthorized(java.lang.String groupName,
java.lang.String className,
java.lang.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(java.lang.String groupName,
java.lang.String resourceName,
java.lang.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.
|