public class WebSpherePreAuthenticatedAuthenticationDetailsSource extends AuthenticationDetailsSourceImpl implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
WebSpherePreAuthenticatedAuthenticationDetailsSource()
Public constructor which overrides the default AuthenticationDetails
class to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Check that all required properties have been set.
|
java.lang.Object |
buildDetails(java.lang.Object context)
Build the authentication details object.
|
void |
setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper) |
setClazz
public WebSpherePreAuthenticatedAuthenticationDetailsSource()
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.lang.Object buildDetails(java.lang.Object context)
buildDetails
in interface AuthenticationDetailsSource
buildDetails
in class AuthenticationDetailsSourceImpl
context
- the request object, which may be used by the authentication details objectAuthenticationDetailsSource.buildDetails(Object)
public void setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
mapper
- The Attributes2GrantedAuthoritiesMapper to use