src.java.org.codehaus.groovy.grails.plugins.springsecurity.ldap
Class GrailsLdapUser

Field Summary
 Attributes _attributes
           
 String _dn
           
 long serialVersionUID
           
 
Constructor Summary
GrailsLdapUser(LdapUserDetails details, Object domainClass)
           
GrailsLdapUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, def authorities, Attributes attributes, String dn, Object domainClass)
            Full constructor.
 
Method Summary
Attributes getAttributes()
          
String getDn()
          
 

Constructor Detail

GrailsLdapUser

public GrailsLdapUser(LdapUserDetails details, Object domainClass)


GrailsLdapUser

public GrailsLdapUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, def authorities, Attributes attributes, String dn, Object domainClass)
Full constructor.
param:
username the username
param:
password the password
param:
enabled whether the user is enabled
param:
accountNonExpired whether the user's account is expired
param:
credentialsNonExpired whether the user's credentials are locked
param:
accountNonLocked whether the user's account is locked
param:
authorities authorities
param:
attributes attributes
param:
dn distinguished name
param:
domainClass the domain instance


Method Detail

getAttributes

public Attributes getAttributes()


getDn

public String getDn()