public interface RASPolicyEntry
Modifier and Type | Interface and Description |
---|---|
static class |
RASPolicyEntry.ACLMatchType
Enumeration definition for ACL match type
|
static class |
RASPolicyEntry.RASParameterValue
Definition for RASParameterValue constructed by a parameter name <parameterName> and it's value <parameterValue>
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of the entry.
|
java.lang.String |
getDisplayName()
Returns the Display name.
|
java.lang.String |
getName()
Name of the entry.
|
RASPolicyEntry.ACLMatchType |
getRASAclMatchType()
Return the ALC match type
|
java.util.Set<RASPolicyEntry.RASParameterValue> |
getRASParameterValues()
Return a collection of RASParameterValue
|
java.util.List<RASResourceEntry> |
getRASResourceEntries()
Return the associated RASResourceEntries
|
java.util.List<java.lang.String> |
getReferredRASPolicyRules()
Return the associated RASPolicyRuleEntries' names
|
boolean |
isStatic()
Return the flag designating whether the realm constraint represented by this RASPolicyEntry is static or not
|
void |
setDescription(java.lang.String description)
Set the description of this entry.
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this entry.
|
void |
setRASAclMatchType(RASPolicyEntry.ACLMatchType matchType)
Set the ACL match type
|
void |
setStatic(boolean isStatic)
Specify whether the realm constraint represented by this RASPolicyEntry is static or not
|
java.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getName()
void setDescription(java.lang.String description)
description
-void setDisplayName(java.lang.String displayName)
displayName
-void setRASAclMatchType(RASPolicyEntry.ACLMatchType matchType)
matchType
-java.util.List<RASResourceEntry> getRASResourceEntries()
java.util.List<java.lang.String> getReferredRASPolicyRules()
RASPolicyEntry.ACLMatchType getRASAclMatchType()
java.util.Set<RASPolicyEntry.RASParameterValue> getRASParameterValues()
void setStatic(boolean isStatic)
isStatic
-boolean isStatic()