|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.authentication.AuthenticationDetailsSourceImpl
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
@Deprecated public class 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 PreAuthenticatedGrantedAuthoritiesAuthenticationDetails class.
| Constructor Summary | |
|---|---|
WebSpherePreAuthenticatedAuthenticationDetailsSource()
Deprecated. Public constructor which overrides the default AuthenticationDetails class to be used. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Deprecated. Check that all required properties have been set. |
Object |
buildDetails(Object context)
Deprecated. Build the authentication details object. |
void |
setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
Deprecated. |
| Methods inherited from class org.springframework.security.authentication.AuthenticationDetailsSourceImpl |
|---|
setClazz |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSpherePreAuthenticatedAuthenticationDetailsSource()
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic Object buildDetails(Object context)
buildDetails in interface AuthenticationDetailsSource<Object,Object>buildDetails in class AuthenticationDetailsSourceImplcontext - the request object, which may be used by the authentication details object
AuthenticationDetailsSource.buildDetails(Object)public void setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
mapper - The Attributes2GrantedAuthoritiesMapper to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||