public class PasswordRulesXto extends Object
Java class for PasswordRules complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordRules">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="passwordTracking" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="notificationMails" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="expirationTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="disableUserTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="differentCharacters" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minimalPasswordLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="letters" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="digits" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="mixedCase" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="punctuation" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PasswordRulesXto() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDifferentCharacters()
Gets the value of the differentCharacters property.
|
int |
getDigits()
Gets the value of the digits property.
|
int |
getDisableUserTime()
Gets the value of the disableUserTime property.
|
int |
getExpirationTime()
Gets the value of the expirationTime property.
|
int |
getLetters()
Gets the value of the letters property.
|
int |
getMinimalPasswordLength()
Gets the value of the minimalPasswordLength property.
|
int |
getMixedCase()
Gets the value of the mixedCase property.
|
int |
getNotificationMails()
Gets the value of the notificationMails property.
|
int |
getPasswordTracking()
Gets the value of the passwordTracking property.
|
int |
getPunctuation()
Gets the value of the punctuation property.
|
void |
setDifferentCharacters(int value)
Sets the value of the differentCharacters property.
|
void |
setDigits(int value)
Sets the value of the digits property.
|
void |
setDisableUserTime(int value)
Sets the value of the disableUserTime property.
|
void |
setExpirationTime(int value)
Sets the value of the expirationTime property.
|
void |
setLetters(int value)
Sets the value of the letters property.
|
void |
setMinimalPasswordLength(int value)
Sets the value of the minimalPasswordLength property.
|
void |
setMixedCase(int value)
Sets the value of the mixedCase property.
|
void |
setNotificationMails(int value)
Sets the value of the notificationMails property.
|
void |
setPasswordTracking(int value)
Sets the value of the passwordTracking property.
|
void |
setPunctuation(int value)
Sets the value of the punctuation property.
|
public int getPasswordTracking()
public void setPasswordTracking(int value)
public int getNotificationMails()
public void setNotificationMails(int value)
public int getExpirationTime()
public void setExpirationTime(int value)
public int getDisableUserTime()
public void setDisableUserTime(int value)
public int getDifferentCharacters()
public void setDifferentCharacters(int value)
public int getMinimalPasswordLength()
public void setMinimalPasswordLength(int value)
public int getLetters()
public void setLetters(int value)
public int getDigits()
public void setDigits(int value)
public int getMixedCase()
public void setMixedCase(int value)
public int getPunctuation()
public void setPunctuation(int value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.