public abstract class AbstractCredentialType extends Object implements Serializable, Cloneable, 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="name" type="{http://www.w3.org/2001/XMLSchema}string" 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-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_NAME |
static QName |
F_PREVIOUS_SUCCESSFUL_LOGIN |
Constructor and Description |
---|
AbstractCredentialType() |
AbstractCredentialType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
AbstractCredentialType |
clone() |
boolean |
equals(Object object) |
Integer |
getFailedLogins() |
Long |
getId() |
LoginEventType |
getLastFailedLogin() |
LoginEventType |
getLastSuccessfulLogin() |
MetadataType |
getMetadata() |
String |
getName() |
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 |
setName(String value) |
void |
setPreviousSuccessfulLogin(LoginEventType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
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(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getName()
public void setName(String value)
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 © 2017 Evolveum. All rights reserved.