|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Exceptions | |
---|---|
org.springframework.security.ldap.LdapDataAccessException
Spring LDAP classes are now used instead. |
Deprecated Methods | |
---|---|
org.springframework.security.ui.openid.OpenIDConsumer.beginConsumption(HttpServletRequest, String, String)
Use OpenIDConsumer.beginConsumption(javax.servlet.http.HttpServletRequest, String, String, String) |
|
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)
use AbstractAuthenticationManager.setClearExtraInformation(boolean) |
Deprecated Constructors | |
---|---|
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) |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |