| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,T>
com.esri.gpt.framework.collection.CaseInsensitiveMap<T>
com.esri.gpt.framework.security.principal.SecurityPrincipals<Role>
com.esri.gpt.framework.security.principal.Roles
public class Roles
Defines a Role collection.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap | 
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> | 
| Constructor Summary | |
|---|---|
Roles()
Default constructor.  | 
|
| Method Summary | |
|---|---|
 boolean | 
getAuthenticatedUserRequiresRole()
Gets the policy regarding authenticated users and role membership.  | 
 String | 
getRegisteredUserRoleKey()
Gets the key associated with the registered user role.  | 
 void | 
setAuthenticatedUserRequiresRole(boolean roleRequired)
Sets the policy regarding authenticated users and role membership.  | 
 void | 
setRegisteredUserRoleKey(String key)
Sets the key associated with the registered user role.  | 
 String | 
toString()
Returns the string representation of the object.  | 
| Methods inherited from class com.esri.gpt.framework.security.principal.SecurityPrincipals | 
|---|
add | 
| Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap | 
|---|
containsKey, get, getAllowEmptyKey, put | 
| Methods inherited from class java.util.LinkedHashMap | 
|---|
clear, containsValue, removeEldestEntry | 
| Methods inherited from class java.util.HashMap | 
|---|
clone, entrySet, isEmpty, keySet, putAll, remove, size, values | 
| Methods inherited from class java.util.AbstractMap | 
|---|
equals, hashCode | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Map | 
|---|
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values | 
| Constructor Detail | 
|---|
public Roles()
| Method Detail | 
|---|
public boolean getAuthenticatedUserRequiresRole()
public void setAuthenticatedUserRequiresRole(boolean roleRequired)
roleRequired - the policypublic String getRegisteredUserRoleKey()
public void setRegisteredUserRoleKey(String key)
key - the associated keypublic String toString()
toString in class CaseInsensitiveMap<Role>
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||