com.evolveum.midpoint.xml.ns._public.common.common_2a
Class PasswordType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.PasswordType
- All Implemented Interfaces:
- Containerable, Serializable, Cloneable
public class PasswordType
- extends Object
- implements Serializable, 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
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
F_VALUE
public static final QName F_VALUE
F_FAILED_LOGINS
public static final QName F_FAILED_LOGINS
F_LAST_SUCCESSFUL_LOGIN
public static final QName F_LAST_SUCCESSFUL_LOGIN
F_PREVIOUS_SUCCESSFUL_LOGIN
public static final QName F_PREVIOUS_SUCCESSFUL_LOGIN
F_LAST_FAILED_LOGIN
public static final QName F_LAST_FAILED_LOGIN
PasswordType
public PasswordType()
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 String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getValue
public ProtectedStringType getValue()
setValue
public void setValue(ProtectedStringType value)
getFailedLogins
public Integer getFailedLogins()
setFailedLogins
public void setFailedLogins(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 String getId()
setId
public void setId(String value)
clone
public PasswordType clone()
- Overrides:
clone
in class Object
Copyright © 2013 evolveum. All Rights Reserved.