|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.security.model.UserRole
public final class UserRole
Class Sitools.User from org.restlet.security.User
Constructor Summary | |
---|---|
UserRole()
Default constructor |
|
UserRole(java.lang.String identifier,
java.lang.String secret,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String email)
Constructor (full) |
|
UserRole(org.restlet.security.User user)
Copy constructor - wrapper from Restlet User |
Method Summary | |
---|---|
java.lang.String |
getEmail()
Gets the email value |
java.lang.String |
getFirstName()
Gets the firstName value |
java.lang.String |
getIdentifier()
Gets the identifier value |
java.lang.String |
getLastName()
Gets the lastName value |
java.util.List<Property> |
getProperties()
Gets the properties value |
java.util.ArrayList<Role> |
getRoles()
Gets the roles value |
void |
setEmail(java.lang.String email)
Sets the value of email |
void |
setFirstName(java.lang.String firstName)
Sets the value of firstName |
void |
setIdentifier(java.lang.String identifier)
Sets the value of identifier |
void |
setLastName(java.lang.String lastName)
Sets the value of lastName |
void |
setProperties(java.util.List<Property> properties)
Sets the value of properties |
void |
setRoles(java.util.ArrayList<Role> roles)
Sets the value of roles |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserRole(org.restlet.security.User user)
user
- Restlet Userpublic UserRole()
public UserRole(java.lang.String identifier, java.lang.String secret, java.lang.String firstName, java.lang.String lastName, java.lang.String email)
identifier
- User loginsecret
- User passwordfirstName
- User first namelastName
- User last nameemail
- User emailMethod Detail |
---|
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier
- the identifier to setpublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- the firstName to setpublic java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- the lastName to setpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the email to setpublic java.util.List<Property> getProperties()
public void setProperties(java.util.List<Property> properties)
properties
- the properties to setpublic java.util.ArrayList<Role> getRoles()
public void setRoles(java.util.ArrayList<Role> roles)
roles
- the roles to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |