GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.security.AuthenticationException

Packages that use AuthenticationException
com.gigaspaces.security Security GigaSpaces security is used to secure numerous demanding environments at different levels of security. 
org.openspaces.security.spring   
 

Uses of AuthenticationException in com.gigaspaces.security
 

Methods in com.gigaspaces.security that throw AuthenticationException
 Authentication SecurityManager.authenticate(UserDetails userDetails)
          Attempts to authenticate the passed user represented by UserDetails, returning a fully populated UserDetails object (including granted authorities) if successful.
 DirectoryManager SecurityManager.createDirectoryManager(UserDetails userDetails)
          Attempts to authenticate the passed user represented by UserDetails, granting access only for users that are allowed to manage the directory.
 

Uses of AuthenticationException in org.openspaces.security.spring
 

Methods in org.openspaces.security.spring that throw AuthenticationException
 Authentication SpringSecurityManager.authenticate(UserDetails userDetails)
          Attempts to authenticate the passed UserDetails object, returning a fully populated Authentication object (including granted authorities) if successful.
 DirectoryManager SpringSecurityManager.createDirectoryManager(UserDetails userDetails)
          Throws a DirectoryAccessDeniedException on any attempt to manage the users/roles using this API.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.