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 QNameCOMPLEX_TYPEstatic ItemNameF_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 PrismContainerValueasPrismContainerValue()LoginEventTypebeginLastFailedLogin()LoginEventTypebeginLastSuccessfulLogin()MetadataTypebeginMetadata()LoginEventTypebeginPreviousSuccessfulLogin()ProtectedStringTypebeginValue()NonceTypeclone()<X> Xend()booleanequals(Object object)NonceTypefailedLogins(Integer value)NonceTypeforceChange(Boolean value)ProtectedStringTypegetValue()inthashCode()NonceTypeid(Long value)NonceTypelastFailedLogin(LoginEventType value)NonceTypelastSuccessfulLogin(LoginEventType value)NonceTypemetadata(MetadataType value)NonceTypename(String value)NonceTypepreviousSuccessfulLogin(LoginEventType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.voidsetValue(ProtectedStringType value)StringtoString()NonceTypevalue(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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractCredentialType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractCredentialType
-
toString
public String toString()
- Overrides:
toStringin classAbstractCredentialType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractCredentialType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCredentialType
-
end
public <X> X end()
- Overrides:
endin 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:
namein classAbstractCredentialType
-
metadata
public NonceType metadata(MetadataType value)
- Overrides:
metadatain classAbstractCredentialType
-
beginMetadata
public MetadataType beginMetadata()
- Overrides:
beginMetadatain classAbstractCredentialType
-
forceChange
public NonceType forceChange(Boolean value)
- Overrides:
forceChangein classAbstractCredentialType
-
failedLogins
public NonceType failedLogins(Integer value)
- Overrides:
failedLoginsin classAbstractCredentialType
-
lastSuccessfulLogin
public NonceType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLoginin classAbstractCredentialType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLoginin classAbstractCredentialType
-
previousSuccessfulLogin
public NonceType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLoginin classAbstractCredentialType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLoginin classAbstractCredentialType
-
lastFailedLogin
public NonceType lastFailedLogin(LoginEventType value)
- Overrides:
lastFailedLoginin classAbstractCredentialType
-
beginLastFailedLogin
public LoginEventType beginLastFailedLogin()
- Overrides:
beginLastFailedLoginin classAbstractCredentialType
-
id
public NonceType id(Long value)
- Overrides:
idin classAbstractCredentialType
-
clone
public NonceType clone()
- Overrides:
clonein classAbstractCredentialType
-
-