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

      Methods in com.ibm.wsspi.security.authorization.saf that return AccessLevel 
      Modifier and Type Method and Description
      static AccessLevel AccessLevel.valueOf(java.lang.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 and 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(java.lang.String className, java.lang.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(java.lang.String className, java.lang.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(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(javax.security.auth.Subject subject, java.lang.String className, java.lang.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(javax.security.auth.Subject subject, java.lang.String className, java.lang.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.