|
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
public class SecurityPrincipal
Super-class for a security principal.
Constructor Summary | |
---|---|
SecurityPrincipal()
Default constructor. |
|
SecurityPrincipal(String key)
Construct with a supplied key. |
Method Summary | |
---|---|
String |
getDistinguishedName()
Gets the distinguished name for this principal. |
String |
getKey()
Gets the key. |
int |
getLocalID()
Gets the local ID for this principal. |
String |
getName()
Gets the name for this principal. |
void |
reset()
Reset. |
void |
setDistinguishedName(String name)
Sets the distinguished name for this principal. |
void |
setKey(String key)
Sets the key. |
void |
setLocalID(int localID)
Sets the local ID for this principal. |
void |
setName(String name)
Sets the name for this principal. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityPrincipal()
public SecurityPrincipal(String key)
key
- the keyMethod Detail |
---|
public String getDistinguishedName()
public void setDistinguishedName(String name)
name
- the distinguished namepublic String getKey()
public void setKey(String key)
key
- the keypublic int getLocalID()
public void setLocalID(int localID)
localID
- the local idpublic String getName()
public void setName(String name)
name
- the namepublic void reset()
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |