Uses of Interface
com.ibm.wsspi.security.credentials.saf.SAFCredential
Packages that use SAFCredential
-
Uses of SAFCredential in com.ibm.wsspi.security.authorization.saf
Methods in com.ibm.wsspi.security.authorization.saf with parameters of type SAFCredentialModifier 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.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.