public abstract class AbstractCredentialType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AbstractCredentialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCredentialType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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-3}LoginEventType" minOccurs="0"/> <element name="previousSuccessfulLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginEventType" minOccurs="0"/> <element name="lastFailedLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginEventType" minOccurs="0"/> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FAILED_LOGINS |
static QName |
F_LAST_FAILED_LOGIN |
static QName |
F_LAST_SUCCESSFUL_LOGIN |
static QName |
F_METADATA |
static QName |
F_PREVIOUS_SUCCESSFUL_LOGIN |
Constructor and Description |
---|
AbstractCredentialType() |
AbstractCredentialType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AbstractCredentialType |
clone() |
boolean |
equals(Object object) |
Integer |
getFailedLogins() |
Long |
getId() |
LoginEventType |
getLastFailedLogin() |
LoginEventType |
getLastSuccessfulLogin() |
MetadataType |
getMetadata() |
LoginEventType |
getPreviousSuccessfulLogin() |
int |
hashCode() |
void |
setFailedLogins(Integer value) |
void |
setId(Long value) |
void |
setLastFailedLogin(LoginEventType value) |
void |
setLastSuccessfulLogin(LoginEventType value) |
void |
setMetadata(MetadataType value) |
void |
setPreviousSuccessfulLogin(LoginEventType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_FAILED_LOGINS
public static final QName F_LAST_SUCCESSFUL_LOGIN
public static final QName F_PREVIOUS_SUCCESSFUL_LOGIN
public static final QName F_LAST_FAILED_LOGIN
public static final QName F_METADATA
public AbstractCredentialType()
public AbstractCredentialType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Integer getFailedLogins()
public void setFailedLogins(Integer value)
public LoginEventType getLastSuccessfulLogin()
public void setLastSuccessfulLogin(LoginEventType value)
public LoginEventType getPreviousSuccessfulLogin()
public void setPreviousSuccessfulLogin(LoginEventType value)
public LoginEventType getLastFailedLogin()
public void setLastFailedLogin(LoginEventType value)
public MetadataType getMetadata()
public void setMetadata(MetadataType value)
public Long getId()
public void setId(Long value)
public AbstractCredentialType clone()
Copyright © 2015 Evolveum. All rights reserved.