|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.sdk.policyapi.SmObjectImpl
com.netegrity.sdk.policyapi.SmPwdPolicyRegularExpression
public final class SmPwdPolicyRegularExpression
Represents a SiteMinder Regular Expression Object for Password Policy object.
| Field Summary | |
|---|---|
static java.lang.String |
PropNoMatch
Constant to indicate the property No Match. |
static java.lang.String |
PropPasswordPolicyOid
Constant to indicate the property PasswordPolicyOid (searchable). |
static java.lang.String |
PropRegExpressionValue
Constant to indicate the property Tagged value (searchable). |
| Fields inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
PropObjectClassName |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
ConfigurationClassName, PropDesc, PropName, PropOid |
| Constructor Summary | |
|---|---|
SmPwdPolicyRegularExpression()
Constructs a RegularExpression object. |
|
SmPwdPolicyRegularExpression(java.lang.String name)
Constructs a RegularExpression object with the specified name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description of the object. |
boolean |
getNoMatch()
Gets the no match value for the regular expression in Password Policy. |
SmObjId |
getPasswordPolicyOid()
Gets the object identifier of the Password Policy. |
java.lang.String |
getRegExpressionValue()
Gets the value of regular expression in password policy. |
void |
readProperties(java.util.Hashtable properties)
Read specified properties from hashtable into class members. |
void |
setDescription(java.lang.String description)
Regular Expression (Tagged String) object does not have a description property. |
void |
setNoMatch(boolean noMatch)
Sets the noMatch value of regular expression in Password Policy. |
void |
setPasswordPolicyOid(java.lang.Object passwordPolicy)
Sets the object identifier of Password Policy. |
void |
setRegExpressionValue(java.lang.String regExpressionValue)
Sets the value of regular expression in password policy. |
void |
writeProperties(java.util.Hashtable properties)
Write specified properties from class members into hashtable. |
| Methods inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
getName, getObjectClassname, getOid, isDomainObject, isWriteable, newObject, setName, setObjectClassname, setOid, setOid, toString, writeSearchProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PropPasswordPolicyOid
public static final java.lang.String PropRegExpressionValue
public static final java.lang.String PropNoMatch
| Constructor Detail |
|---|
public SmPwdPolicyRegularExpression()
public SmPwdPolicyRegularExpression(java.lang.String name)
name - Name of the RegularExpression.| Method Detail |
|---|
public void setDescription(java.lang.String description)
null.
setDescription in interface SmObjectsetDescription in class SmObjectImpldescription - The description of the object.public java.lang.String getDescription()
getDescription in interface SmObjectgetDescription in class SmObjectImplnullpublic SmObjId getPasswordPolicyOid()
public void setPasswordPolicyOid(java.lang.Object passwordPolicy)
agentType - The object identifier of the Password Policy.public java.lang.String getRegExpressionValue()
public void setRegExpressionValue(java.lang.String regExpressionValue)
regExpressionValue - public boolean getNoMatch()
public void setNoMatch(boolean noMatch)
noMatch - public void writeProperties(java.util.Hashtable properties)
Write specified properties from class members into hashtable.
writeProperties in interface SmObjectwriteProperties in class SmObjectImplproperties - Properties.public void readProperties(java.util.Hashtable properties)
Read specified properties from hashtable into class members.
readProperties in interface SmObjectreadProperties in class SmObjectImplproperties - Properties.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||