| Package | Description | 
|---|---|
| com.gigaspaces.admin.security | |
| com.gigaspaces.security | 
 Security 
 | 
| com.gigaspaces.security.fs | |
| com.gigaspaces.security.service | |
| com.gigaspaces.security.session | |
| com.gigaspaces.security.spring | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuthenticationListener.serviceAuthenticated(ServiceItem serviceItem,
                    boolean isLoginSucceed,
                    Authentication authentication,
                    String failureMessage)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
Authentication | 
FileSecurityManager.authenticate(UserDetails userDetails)  | 
| Modifier and Type | Method and Description | 
|---|---|
Authentication | 
SecurityContext.getAuthentication()  | 
| Modifier and Type | Method and Description | 
|---|---|
Authentication | 
SessionDetails.getAuthentication()  | 
| Constructor and Description | 
|---|
SessionDetails(Authentication authentication,
              SecurityContext securityContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
Authentication | 
SpringSecurityManager.authenticate(UserDetails userDetails)
Attempts to authenticate the passed  
UserDetails object, returning a fully populated
 Authentication object (including granted authorities) if successful. | 
Copyright © GigaSpaces.