Uses of Class
com.gigaspaces.security.AuthenticationException
Packages that use AuthenticationException
Package
Description
Security
Service-side security auditing
-
Uses of AuthenticationException in com.gigaspaces.security
Methods in com.gigaspaces.security that throw AuthenticationExceptionModifier and TypeMethodDescriptionSecurityManager.authenticate(UserDetails userDetails) Attempts to authenticate the passed user represented byUserDetails, returning a fully populatedUserDetailsobject (including granted authorities) if successful.SecurityManager.createDirectoryManager(UserDetails userDetails) Attempts to authenticate the passed user represented byUserDetails, granting access only for users that are allowed to manage the directory. -
Uses of AuthenticationException in com.gigaspaces.security.audit
Methods in com.gigaspaces.security.audit with parameters of type AuthenticationExceptionModifier and TypeMethodDescriptionvoidLoggerSecurityAudit.authenticationFailed(SecurityContext securityContext, AuthenticationException authenticationException) Audit authentication failed events as SEVEREvoidSecurityAudit.authenticationFailed(SecurityContext securityContext, AuthenticationException authenticationException) Callback upon authentication failure. -
Uses of AuthenticationException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw AuthenticationExceptionModifier and TypeMethodDescriptionFileSecurityManager.authenticate(UserDetails userDetails) FileSecurityManager.createDirectoryManager(UserDetails userDetails) -
Uses of AuthenticationException in com.gigaspaces.security.openid
Methods in com.gigaspaces.security.openid that throw AuthenticationExceptionModifier and TypeMethodDescriptionOpenIdSecurityManager.authenticate(UserDetails userDetails) OpenIdSecurityManager.createDirectoryManager(UserDetails userDetails) Throws aDirectoryAccessDeniedExceptionon any attempt to manage the users/roles using this API. -
Uses of AuthenticationException in com.gigaspaces.security.serviceaccount
Methods in com.gigaspaces.security.serviceaccount that throw AuthenticationExceptionModifier and TypeMethodDescriptionServiceAccountAwareSecurityManager.authenticate(UserDetails userDetails) ServiceAccountAwareSecurityManager.createDirectoryManager(UserDetails userDetails) -
Uses of AuthenticationException in com.gigaspaces.security.spring
Methods in com.gigaspaces.security.spring that throw AuthenticationExceptionModifier and TypeMethodDescriptionSpringSecurityManager.authenticate(UserDetails userDetails) Attempts to authenticate the passedUserDetailsobject, returning a fully populatedAuthenticationobject (including granted authorities) if successful.SpringSecurityManager.createDirectoryManager(UserDetails userDetails) Throws aDirectoryAccessDeniedExceptionon any attempt to manage the users/roles using this API.