Groovy Documentation

com.ace.mws.auth
[Groovy] Class User

java.lang.Object
  com.ace.mws.auth.User

class User

Field Summary
private boolean accountExpired

private boolean accountLocked

private Date dateCreated

private String email

private boolean enabled

private String id

private Date lastAccessed

private Date lastUpdated

private String password

private boolean passwordExpired

private Set roles

(String collection) The roles of the user/application as ROLE_*.

private String username

 
Constructor Summary
User()

 
Method Summary
boolean getAccountExpired()

boolean getAccountLocked()

Date getDateCreated()

String getEmail()

boolean getEnabled()

String getId()

Date getLastAccessed()

Date getLastUpdated()

String getPassword()

boolean getPasswordExpired()

Set getRoles()

(String collection) The roles of the user/application as ROLE_*.

String getUsername()

void setAccountExpired(boolean accountExpired)

void setAccountLocked(boolean accountLocked)

void setDateCreated(Date dateCreated)

void setEmail(String email)

void setEnabled(boolean enabled)

void setId(String id)

void setLastAccessed(Date lastAccessed)

void setLastUpdated(Date lastUpdated)

void setPassword(String password)

void setPasswordExpired(boolean passwordExpired)

void setRoles(Set roles)

(String collection) The roles of the user/application as ROLE_*.

void setUsername(String username)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

accountExpired

private boolean accountExpired


accountLocked

private boolean accountLocked


dateCreated

private Date dateCreated


email

private String email


enabled

private boolean enabled


id

private String id


lastAccessed

private Date lastAccessed


lastUpdated

private Date lastUpdated


password

private String password


passwordExpired

private boolean passwordExpired


roles

private Set roles
(String collection) The roles of the user/application as ROLE_*.
See Also:
String


username

private String username


 
Constructor Detail

User

User()


 
Method Detail

getAccountExpired

boolean getAccountExpired()


getAccountLocked

boolean getAccountLocked()


getDateCreated

Date getDateCreated()


getEmail

String getEmail()


getEnabled

boolean getEnabled()


getId

String getId()


getLastAccessed

Date getLastAccessed()


getLastUpdated

Date getLastUpdated()


getPassword

String getPassword()


getPasswordExpired

boolean getPasswordExpired()


getRoles

Set getRoles()
(String collection) The roles of the user/application as ROLE_*.
See Also:
String


getUsername

String getUsername()


setAccountExpired

void setAccountExpired(boolean accountExpired)


setAccountLocked

void setAccountLocked(boolean accountLocked)


setDateCreated

void setDateCreated(Date dateCreated)


setEmail

void setEmail(String email)


setEnabled

void setEnabled(boolean enabled)


setId

void setId(String id)


setLastAccessed

void setLastAccessed(Date lastAccessed)


setLastUpdated

void setLastUpdated(Date lastUpdated)


setPassword

void setPassword(String password)


setPasswordExpired

void setPasswordExpired(boolean passwordExpired)


setRoles

void setRoles(Set roles)
(String collection) The roles of the user/application as ROLE_*.
See Also:
String


setUsername

void setUsername(String username)


toString

String toString()


 

Groovy Documentation