com.evolveum.midpoint.xml.ns._public.common.common_2a
Class PasswordType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.PasswordType
All Implemented Interfaces:
Containerable, java.io.Serializable, java.lang.Cloneable

public class PasswordType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, Containerable

Java class for PasswordType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PasswordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProtectedStringType" minOccurs="0"/>
         <element name="failedLogins" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="lastSuccessfulLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}LoginEventType" minOccurs="0"/>
         <element name="previousSuccessfulLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}LoginEventType" minOccurs="0"/>
         <element name="lastFailedLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}LoginEventType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_FAILED_LOGINS
           
static javax.xml.namespace.QName F_LAST_FAILED_LOGIN
           
static javax.xml.namespace.QName F_LAST_SUCCESSFUL_LOGIN
           
static javax.xml.namespace.QName F_PREVIOUS_SUCCESSFUL_LOGIN
           
static javax.xml.namespace.QName F_VALUE
           
 
Constructor Summary
PasswordType()
           
 
Method Summary
 PrismContainerValue asPrismContainerValue()
           
 PasswordType clone()
           
 boolean equals(java.lang.Object object)
           
 java.lang.Integer getFailedLogins()
           
 java.lang.String getId()
           
 LoginEventType getLastFailedLogin()
           
 LoginEventType getLastSuccessfulLogin()
           
 LoginEventType getPreviousSuccessfulLogin()
           
 ProtectedStringType getValue()
           
 int hashCode()
           
 void setFailedLogins(java.lang.Integer value)
           
 void setId(java.lang.String value)
           
 void setLastFailedLogin(LoginEventType value)
           
 void setLastSuccessfulLogin(LoginEventType value)
           
 void setPreviousSuccessfulLogin(LoginEventType value)
           
 void setupContainerValue(PrismContainerValue containerValue)
          Setup value to the containerable representation.
 void setValue(ProtectedStringType value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_VALUE

public static final javax.xml.namespace.QName F_VALUE

F_FAILED_LOGINS

public static final javax.xml.namespace.QName F_FAILED_LOGINS

F_LAST_SUCCESSFUL_LOGIN

public static final javax.xml.namespace.QName F_LAST_SUCCESSFUL_LOGIN

F_PREVIOUS_SUCCESSFUL_LOGIN

public static final javax.xml.namespace.QName F_PREVIOUS_SUCCESSFUL_LOGIN

F_LAST_FAILED_LOGIN

public static final javax.xml.namespace.QName F_LAST_FAILED_LOGIN
Constructor Detail

PasswordType

public PasswordType()
Method Detail

asPrismContainerValue

public PrismContainerValue asPrismContainerValue()
Specified by:
asPrismContainerValue in interface Containerable

setupContainerValue

public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface: Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.

Specified by:
setupContainerValue in interface Containerable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getValue

public ProtectedStringType getValue()

setValue

public void setValue(ProtectedStringType value)

getFailedLogins

public java.lang.Integer getFailedLogins()

setFailedLogins

public void setFailedLogins(java.lang.Integer value)

getLastSuccessfulLogin

public LoginEventType getLastSuccessfulLogin()

setLastSuccessfulLogin

public void setLastSuccessfulLogin(LoginEventType value)

getPreviousSuccessfulLogin

public LoginEventType getPreviousSuccessfulLogin()

setPreviousSuccessfulLogin

public void setPreviousSuccessfulLogin(LoginEventType value)

getLastFailedLogin

public LoginEventType getLastFailedLogin()

setLastFailedLogin

public void setLastFailedLogin(LoginEventType value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

clone

public PasswordType clone()
Overrides:
clone in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.