Uses of Class
com.gigaspaces.security.Authentication
Packages that use Authentication
Package
Description
Security
-
Uses of Authentication in com.gigaspaces.admin.security
Methods in com.gigaspaces.admin.security with parameters of type AuthenticationModifier and TypeMethodDescriptionvoidAuthenticationListener.serviceAuthenticated(ServiceItem serviceItem, boolean isLoginSucceed, Authentication authentication, String failureMessage) -
Uses of Authentication in com.gigaspaces.security
Methods in com.gigaspaces.security that return AuthenticationModifier and TypeMethodDescriptionSecurityManager.authenticate(UserDetails userDetails) Attempts to authenticate the passed user represented byUserDetails, returning a fully populatedUserDetailsobject (including granted authorities) if successful. -
Uses of Authentication in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that return Authentication -
Uses of Authentication in com.gigaspaces.security.openid
Methods in com.gigaspaces.security.openid that return Authentication -
Uses of Authentication in com.gigaspaces.security.service
Methods in com.gigaspaces.security.service that return Authentication -
Uses of Authentication in com.gigaspaces.security.serviceaccount
Methods in com.gigaspaces.security.serviceaccount that return AuthenticationModifier and TypeMethodDescriptionServiceAccountAwareSecurityManager.authenticate(UserDetails userDetails) -
Uses of Authentication in com.gigaspaces.security.session
Methods in com.gigaspaces.security.session that return AuthenticationConstructors in com.gigaspaces.security.session with parameters of type AuthenticationModifierConstructorDescriptionSessionDetails(Authentication authentication, SecurityContext securityContext) -
Uses of Authentication in com.gigaspaces.security.spring
Methods in com.gigaspaces.security.spring that return AuthenticationModifier and TypeMethodDescriptionSpringSecurityManager.authenticate(UserDetails userDetails) Attempts to authenticate the passedUserDetailsobject, returning a fully populatedAuthenticationobject (including granted authorities) if successful.