Deprecated API


Contents
Deprecated Methods
org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator.getGroupMembershipRoles(String, Attributes)
          Subclasses should implement getAdditionalRoles instead. 
 

Deprecated Constructors
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 © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.