Uses of Interface
com.ibm.wsspi.security.credentials.saf.SAFCredential
-
Packages that use SAFCredential Package Description com.ibm.wsspi.security.authorization.saf -
-
Uses of SAFCredential in com.ibm.wsspi.security.authorization.saf
Methods in com.ibm.wsspi.security.authorization.saf with parameters of type SAFCredential Modifier and Type Method Description boolean
SAFAuthorizationService. isAuthorized(SAFCredential safCredential, java.lang.String className, java.lang.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, java.lang.String className, java.lang.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, 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. 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.
-