|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface User
A user represents a principal capable of logging into the SPS system. A user consists of a username, password, and a collection of groups of which it is a member.
| Method Summary | |
|---|---|
boolean |
getActive()
Indicates whether this user is active or not. |
Group[] |
getGroups()
Returns the groups in which this user is directly contained. |
java.lang.String |
getLoginConfiguration()
Returns the currently configured login configuration name for the user. |
UserID |
getUserID()
The ID that uniquely identifies this user amongst all other users in the repository. |
java.lang.String |
getUsername()
Returns the username of the user. |
Visibility |
getVisibility()
Returns the visibility attribute of the object. |
| Method Detail |
|---|
UserID getUserID()
java.lang.String getUsername()
Visibility getVisibility()
boolean getActive()
java.lang.String getLoginConfiguration()
The login configuration is initialized to 'internal' when the User object is created for the first time via 'udb.u.add'.
Group[] getGroups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||