Class NonceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NonceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class NonceType extends AbstractCredentialType implements Serializable, Cloneable, Containerable
Java class for NonceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialType"> <sequence> <element name="value" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_VALUE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
F_FORCE_CHANGE, F_METADATA, F_NAME
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
F_FAILED_LOGINS, F_LAST_FAILED_LOGIN, F_LAST_SUCCESSFUL_LOGIN, F_PREVIOUS_SUCCESSFUL_LOGIN
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description NonceType()
NonceType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
LoginEventType
beginLastFailedLogin()
LoginEventType
beginLastSuccessfulLogin()
MetadataType
beginMetadata()
LoginEventType
beginPreviousSuccessfulLogin()
ProtectedStringType
beginValue()
NonceType
clone()
<X> X
end()
boolean
equals(Object object)
NonceType
failedLogins(Integer value)
NonceType
forceChange(Boolean value)
ProtectedStringType
getValue()
int
hashCode()
NonceType
id(Long value)
NonceType
lastFailedLogin(LoginEventType value)
NonceType
lastSuccessfulLogin(LoginEventType value)
NonceType
metadata(MetadataType value)
NonceType
name(String value)
NonceType
previousSuccessfulLogin(LoginEventType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.void
setValue(ProtectedStringType value)
String
toString()
NonceType
value(ProtectedStringType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
getMetadata, getName, isForceChange, setForceChange, setMetadata, setName
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
getFailedLogins, getId, getLastFailedLogin, getLastSuccessfulLogin, getPreviousSuccessfulLogin, setFailedLogins, setId, setLastFailedLogin, setLastSuccessfulLogin, setPreviousSuccessfulLogin
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
NonceType
public NonceType()
-
NonceType
public NonceType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractCredentialType
-
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 interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractCredentialType
-
toString
public String toString()
- Overrides:
toString
in classAbstractCredentialType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractCredentialType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractCredentialType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCredentialType
-
getValue
public ProtectedStringType getValue()
-
setValue
public void setValue(ProtectedStringType value)
-
value
public NonceType value(ProtectedStringType value)
-
beginValue
public ProtectedStringType beginValue()
-
name
public NonceType name(String value)
- Overrides:
name
in classAbstractCredentialType
-
metadata
public NonceType metadata(MetadataType value)
- Overrides:
metadata
in classAbstractCredentialType
-
beginMetadata
public MetadataType beginMetadata()
- Overrides:
beginMetadata
in classAbstractCredentialType
-
forceChange
public NonceType forceChange(Boolean value)
- Overrides:
forceChange
in classAbstractCredentialType
-
failedLogins
public NonceType failedLogins(Integer value)
- Overrides:
failedLogins
in classAbstractCredentialType
-
lastSuccessfulLogin
public NonceType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLogin
in classAbstractCredentialType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLogin
in classAbstractCredentialType
-
previousSuccessfulLogin
public NonceType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLogin
in classAbstractCredentialType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLogin
in classAbstractCredentialType
-
lastFailedLogin
public NonceType lastFailedLogin(LoginEventType value)
- Overrides:
lastFailedLogin
in classAbstractCredentialType
-
beginLastFailedLogin
public LoginEventType beginLastFailedLogin()
- Overrides:
beginLastFailedLogin
in classAbstractCredentialType
-
id
public NonceType id(Long value)
- Overrides:
id
in classAbstractCredentialType
-
clone
public NonceType clone()
- Overrides:
clone
in classAbstractCredentialType
-
-