public interface RASPolicySetEntry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
gets the description of the RASPolicySetEntry
|
java.lang.String |
getDisplayName()
returns the display name of the RASPolicySetEntry
|
java.lang.String |
getName()
returns the name of the RASPolicySetEntry
|
java.util.List<RASPolicyEntry> |
getRASPolicies()
Return a list of RASPolicyEntries
|
void |
setDescription(java.lang.String description)
sets the description of the RASPolicySetEntry
|
void |
setDisplayName(java.lang.String displayName)
sets display name for the RASPolicySetEntry
|
java.lang.String getName()
java.lang.String getDisplayName()
void setDisplayName(java.lang.String displayName)
displayName
-java.lang.String getDescription()
void setDescription(java.lang.String description)
description
-java.util.List<RASPolicyEntry> getRASPolicies() throws PolicyStoreException
PolicyStoreException