@Deprecated public class WebSpherePreAuthenticatedAuthenticationDetailsSource extends org.springframework.security.authentication.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(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper mapper)
Deprecated.
|
public WebSpherePreAuthenticatedAuthenticationDetailsSource()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public Object buildDetails(Object context)
public void setWebSphereGroups2GrantedAuthoritiesMapper(org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper mapper)
mapper
- The Attributes2GrantedAuthoritiesMapper to use