Uses of Enum
com.ibm.wsspi.security.authorization.saf.AccessLevel
Packages that use AccessLevel
-
Uses of AccessLevel in com.ibm.wsspi.security.authorization.saf
Methods in com.ibm.wsspi.security.authorization.saf that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelReturns 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 AccessLevelModifier and TypeMethodDescriptionbooleanSAFAuthorizationService.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.booleanSAFAuthorizationService.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.booleanSAFAuthorizationService.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) 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 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.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) Determines if the given Subject has the specified access to the given SAF resource in the given SAF class.booleanSAFAuthorizationService.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.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.