|
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.server.assertion.components.AsnPrincipals
public class AsnPrincipals
A collection of security principal URNs.
Constructor Summary | |
---|---|
AsnPrincipals()
Default constructor. |
|
AsnPrincipals(AsnPrincipals objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
add(String principalURN)
Adds a principal URN to the collection. |
void |
clear()
Clears the collection. |
boolean |
contains(String principalURN)
Determines if a principal URN is contained within the collection. |
AsnPrincipals |
duplicate()
Produces a deep clone of the object. |
Collection<String> |
values()
Gets the collection of values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnPrincipals()
public AsnPrincipals(AsnPrincipals objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public void add(String principalURN)
principalURN
- the principal URNpublic void clear()
public boolean contains(String principalURN)
principalURN
- the principal URN to checkpublic AsnPrincipals duplicate()
public Collection<String> values()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |