Exceptions and Description |
---|
org.springframework.security.ldap.LdapDataAccessException
Spring LDAP classes are now used instead.
|
Method and Description |
---|
org.springframework.security.userdetails.ldap.LdapUserDetails.getAttributes()
Map additional attributes to user properties in a custom object rather than accessing them here.
|
org.springframework.security.util.FilterChainProxy.setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource)
Use namespace configuration or call setFilterChainMap instead.
|
org.springframework.security.providers.dao.DaoAuthenticationProvider.setIncludeDetailsObject(boolean) |
Constructor and Description |
---|
org.springframework.security.providers.AbstractAuthenticationToken()
in favour of the constructor which takes a
GrantedAuthority[] argument. |
org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor(MethodSecurityInterceptor)
use the decoupled approach instead
|
org.springframework.security.userdetails.User(String, String, boolean, boolean, boolean, GrantedAuthority[])
use new constructor with extended properties (this
constructor will be removed from release 1.0.0)
|
org.springframework.security.userdetails.User(String, String, boolean, GrantedAuthority[])
use new constructor with extended properties (this
constructor will be removed from release 1.0.0)
|