com.evolveum.midpoint.xml.ns._public.common.common_1
Class CredentialsType.Password

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.CredentialsType.Password
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CredentialsType

public static class CredentialsType.Password
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

protectedString

protected ProtectedStringType protectedString

failedLogins

protected java.math.BigInteger failedLogins

lastFailedLoginTimestamp

protected javax.xml.datatype.XMLGregorianCalendar lastFailedLoginTimestamp
Constructor Detail

CredentialsType.Password

public CredentialsType.Password()
Method Detail

getProtectedString

public ProtectedStringType getProtectedString()
Gets the value of the protectedString property.

Returns:
possible object is ProtectedStringType

setProtectedString

public void setProtectedString(ProtectedStringType value)
Sets the value of the protectedString property.

Parameters:
value - allowed object is ProtectedStringType

getFailedLogins

public java.math.BigInteger getFailedLogins()
Gets the value of the failedLogins property.

Returns:
possible object is BigInteger

setFailedLogins

public void setFailedLogins(java.math.BigInteger value)
Sets the value of the failedLogins property.

Parameters:
value - allowed object is BigInteger

getLastFailedLoginTimestamp

public javax.xml.datatype.XMLGregorianCalendar getLastFailedLoginTimestamp()
Gets the value of the lastFailedLoginTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setLastFailedLoginTimestamp

public void setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastFailedLoginTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.