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) |
setClazzpublic WebSpherePreAuthenticatedAuthenticationDetailsSource()
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic java.lang.Object buildDetails(java.lang.Object context)
buildDetails in interface AuthenticationDetailsSourcebuildDetails in class AuthenticationDetailsSourceImplcontext - the request object, which may be used by the authentication details objectAuthenticationDetailsSource.buildDetails(Object)public void setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
mapper - The Attributes2GrantedAuthoritiesMapper to use