|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordPolicyRegEx
Represents each regular associated with a password policy.
A regular expression consists of a friendly name, the regular expression, and a flag specifying
whether the expression should be a match expression or a no match expression.
You create, retrieve, and remove regular expressions by using methods in the
PasswordPolicy
object.
Method Summary | |
---|---|
java.lang.String |
getFriendlyName()
Returns the current friendly name for this regular expression. |
PasswordPolicy |
getPasswordPolicy()
Returns the PasswordPolicy containing this regular expression. |
java.lang.String |
getRegularExpression()
Returns the current regular expression. |
boolean |
isNoMatch()
Returns the current state of the no match flag of the RegularExpression object. |
void |
setFriendlyName(java.lang.String friendlyName)
Alters the friendly name for this regular expression. |
void |
setNoMatch(boolean noMatch)
Alters the no match flag of the RegularExpression object. |
void |
setRegularExpression(java.lang.String regularExpression)
Alters the regular expression. |
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject |
---|
modifyObject, modifyObject |
Method Detail |
---|
PasswordPolicy getPasswordPolicy() throws SmApiException
PasswordPolicy
containing this regular expression.
SmApiException
java.lang.String getFriendlyName()
Returns the current friendly name for this regular expression. This is a convenience function that
allows access to the "##friendlyName" property of the RegularExpression
object.
void setFriendlyName(java.lang.String friendlyName)
Alters the friendly name for this regular expression.
friendlyName
- - The new value for the friendly namejava.lang.String getRegularExpression()
Returns the current regular expression.
void setRegularExpression(java.lang.String regularExpression)
Alters the regular expression.
regularExpression
- - The new value for the regular expressionboolean isNoMatch()
Returns the current state of the no match flag of the RegularExpression
object.
true
if the regular expression should not be matched.void setNoMatch(boolean noMatch)
Alters the no match flag of the RegularExpression
object.
noMatch
- - true, if the regular expression should not be matched
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |