|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.principal.SecurityPrincipal com.esri.gpt.framework.security.principal.Group
public class Group
Represents a group within the system.
Constructor Summary | |
---|---|
Group()
Default constructor. |
|
Group(int id,
String key,
String name)
Construct with an id, a key and a name. |
|
Group(String key)
Construct with a supplied key. |
Method Summary |
---|
Methods inherited from class com.esri.gpt.framework.security.principal.SecurityPrincipal |
---|
getDistinguishedName, getKey, getLocalID, getName, reset, setDistinguishedName, setKey, setLocalID, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
public Group(String key)
key
- the keypublic Group(int id, String key, String name)
id
- the id.key
- the keyname
- name of the group.
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |