|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.CredentialsType.Password
public static class CredentialsType.Password
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protectedString" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ProtectedStringType"/>
<element name="failedLogins" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="lastFailedLoginTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
failedLogins
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastFailedLoginTimestamp
|
protected ProtectedStringType |
protectedString
|
| Constructor Summary | |
|---|---|
CredentialsType.Password()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getFailedLogins()
Gets the value of the failedLogins property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastFailedLoginTimestamp()
Gets the value of the lastFailedLoginTimestamp property. |
ProtectedStringType |
getProtectedString()
Gets the value of the protectedString property. |
void |
setFailedLogins(java.math.BigInteger value)
Sets the value of the failedLogins property. |
void |
setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastFailedLoginTimestamp property. |
void |
setProtectedString(ProtectedStringType value)
Sets the value of the protectedString property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ProtectedStringType protectedString
protected java.math.BigInteger failedLogins
protected javax.xml.datatype.XMLGregorianCalendar lastFailedLoginTimestamp
| Constructor Detail |
|---|
public CredentialsType.Password()
| Method Detail |
|---|
public ProtectedStringType getProtectedString()
ProtectedStringTypepublic void setProtectedString(ProtectedStringType value)
value - allowed object is
ProtectedStringTypepublic java.math.BigInteger getFailedLogins()
BigIntegerpublic void setFailedLogins(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic javax.xml.datatype.XMLGregorianCalendar getLastFailedLoginTimestamp()
XMLGregorianCalendarpublic void setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||