org.springframework.security.ui.preauth.websphere
Class WebSpherePreAuthenticatedWebAuthenticationDetailsSource
java.lang.Object
org.springframework.security.ui.AuthenticationDetailsSourceImpl
org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource
- All Implemented Interfaces:
- InitializingBean, AuthenticationDetailsSource
public class WebSpherePreAuthenticatedWebAuthenticationDetailsSource
- extends 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.
By default, this class is configured to build instances of the
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails class.
- Author:
- Ruud Senden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSpherePreAuthenticatedWebAuthenticationDetailsSource
public WebSpherePreAuthenticatedWebAuthenticationDetailsSource()
- Public constructor which overrides the default AuthenticationDetails
class to be used.
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.