|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.auth.User
public class User
A value object that represents a user object. This bean is used to store the values necessary to implement authentication and authorisation.
© Copyright 2006, Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
Collection<Group> |
groups
The collection of groups to which this user belongs. |
String |
password
The password of the user. |
String |
userName
The userName of the user. |
| Constructor Summary | |
|---|---|
User(String userName,
String password,
Collection<Group> groups)
Create a new instance using the specified values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String userName
public final transient String password
public final Collection<Group> groups
| Constructor Detail |
|---|
public User(String userName,
String password,
Collection<Group> groups)
userName - The userName value to use.password - The password value to use.groups - The groups value to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||