org.eclipse.stardust.engine.api.ws
Class PasswordRulesXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PasswordRulesXto

public class PasswordRulesXto
extends Object

Represents rules that apply to passwords.

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 Summary
PasswordRulesXto()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordRulesXto

public PasswordRulesXto()
Method Detail

getPasswordTracking

public int getPasswordTracking()
Gets the value of the passwordTracking property.


setPasswordTracking

public void setPasswordTracking(int value)
Sets the value of the passwordTracking property.


getNotificationMails

public int getNotificationMails()
Gets the value of the notificationMails property.


setNotificationMails

public void setNotificationMails(int value)
Sets the value of the notificationMails property.


getExpirationTime

public int getExpirationTime()
Gets the value of the expirationTime property.


setExpirationTime

public void setExpirationTime(int value)
Sets the value of the expirationTime property.


getDisableUserTime

public int getDisableUserTime()
Gets the value of the disableUserTime property.


setDisableUserTime

public void setDisableUserTime(int value)
Sets the value of the disableUserTime property.


getDifferentCharacters

public int getDifferentCharacters()
Gets the value of the differentCharacters property.


setDifferentCharacters

public void setDifferentCharacters(int value)
Sets the value of the differentCharacters property.


getMinimalPasswordLength

public int getMinimalPasswordLength()
Gets the value of the minimalPasswordLength property.


setMinimalPasswordLength

public void setMinimalPasswordLength(int value)
Sets the value of the minimalPasswordLength property.


getLetters

public int getLetters()
Gets the value of the letters property.


setLetters

public void setLetters(int value)
Sets the value of the letters property.


getDigits

public int getDigits()
Gets the value of the digits property.


setDigits

public void setDigits(int value)
Sets the value of the digits property.


getMixedCase

public int getMixedCase()
Gets the value of the mixedCase property.


setMixedCase

public void setMixedCase(int value)
Sets the value of the mixedCase property.


getPunctuation

public int getPunctuation()
Gets the value of the punctuation property.


setPunctuation

public void setPunctuation(int value)
Sets the value of the punctuation property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.