|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.security.store.ArcGISSecurityRole
public class ArcGISSecurityRole
This class encapsulates the role information for the security store. You can use the ArcGISSecurityRole object to add, modify or get roles from the security store.
| Field Summary | |
|---|---|
protected java.lang.String |
strRoleDesc
|
protected java.lang.String |
strRoleName
|
| Constructor Summary | |
|---|---|
ArcGISSecurityRole(java.lang.String rolename,
java.lang.String description)
Constuctor for ArcGISSecurityRole class that takes in the unique name for a role and a description string. |
|
| Method Summary | |
|---|---|
protected java.util.HashMap<java.lang.String,java.lang.String> |
getAllProperties()
Returns a hashmap of all the properties that have been set on this object. |
java.lang.String |
getDescription()
Returns the role description. |
java.lang.String |
getRoleName()
Returns the role name. |
void |
setDescription(java.lang.String description)
Set the description for the role. |
void |
setRoleName(java.lang.String roleName)
Sets the unique identifier for a role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String strRoleName
protected java.lang.String strRoleDesc
| Constructor Detail |
|---|
public ArcGISSecurityRole(java.lang.String rolename,
java.lang.String description)
throws ArcGISSecurityException
rolename - - unique name for the roledescription - - description for the role
ArcGISSecurityException - - if input parameters are null| Method Detail |
|---|
public void setDescription(java.lang.String description)
throws ArcGISSecurityException
description - - description for the role
ArcGISSecurityException - - if input parameter is null
public void setRoleName(java.lang.String roleName)
throws ArcGISSecurityException
roleName - - String representing the unique identifier for role
ArcGISSecurityException - - if the input parameter is null.public java.lang.String getRoleName()
public java.lang.String getDescription()
protected java.util.HashMap<java.lang.String,java.lang.String> getAllProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||