Method and Description |
---|
org.acegisecurity.providers.ProviderManager.doAddExtraDefaultExceptionMappings(Properties)
This method has been removed from the 2.0 series; please use the
ProviderManager.additionalExceptionMappings property instead to inject additional exception
to event mappings |
org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator.getGroupMembershipRoles(String, Attributes)
Subclasses should implement getAdditionalRoles instead.
|
Constructor and Description |
---|
org.acegisecurity.providers.AbstractAuthenticationToken()
in favour of the constructor which takes a
GrantedAuthority[] argument. |
org.acegisecurity.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.acegisecurity.userdetails.User(String, String, boolean, GrantedAuthority[])
use new constructor with extended properties (this
constructor will be removed from release 1.0.0)
|
Copyright © 2018. All rights reserved.