@Deprecated public class WebSpherePreAuthenticatedAuthenticationDetailsSource extends AuthenticationDetailsSourceImpl implements InitializingBean
| Constructor and Description |
|---|
WebSpherePreAuthenticatedAuthenticationDetailsSource()
Deprecated.
Public constructor which overrides the default AuthenticationDetails
class to be used.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
setClazzpublic WebSpherePreAuthenticatedAuthenticationDetailsSource()
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 objectAuthenticationDetailsSource.buildDetails(Object)public void setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
mapper - The Attributes2GrantedAuthoritiesMapper to use