| Class | Description |
|---|---|
| WebSphere2SpringSecurityPropagationInterceptor |
This method interceptor can be used in front of arbitrary Spring beans to make a Spring SecurityContext
available to the bean, based on the current WebSphere credentials.
|
| WebSpherePreAuthenticatedAuthenticationDetailsSource |
This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer,
will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere
user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
|
| WebSpherePreAuthenticatedProcessingFilter |
This AbstractPreAuthenticatedProcessingFilter implementation is based on
WebSphere authentication.
|
| WebSpherePreAuthenticatedWebAuthenticationDetailsSource |
This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer,
will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere
user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
|