| java.lang.Object jwebapp.controller.RemoteUser
getFirstName | public String getFirstName()(Code) | | Returns the users first name. May be null.
the users first name |
getLastName | public String getLastName()(Code) | | Returns the users last name. May be null.
the users last name |
getRoleHash | public Hashtable<String, Boolean> getRoleHash()(Code) | | Returns a hashtable that's suitable for EL with all the roles the user is in.
an instance of Hashtable. May be empty. |
getRoles | public Set<String> getRoles()(Code) | | Returns a hash set with all the roles the user is in.
an instance of HashSet. May be empty. |
getSalutation | public String getSalutation()(Code) | | Returns the users salutation (Mr., Mrs., Miss, ...). May be null.
the users salutation |
getUserId | public String getUserId()(Code) | | Returns the user Id.
the user Id |
|
|