Class NonceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
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
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
Field Summary
FieldsFields 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_AUTHENTICATION_ATTEMPT, F_FAILED_LOGINS, F_LAST_FAILED_LOGIN, F_LAST_SUCCESSFUL_LOGIN, F_PREVIOUS_SUCCESSFUL_LOGIN, F_SEQUENCE_IDENTIFIER
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
<X> X
end()
boolean
failedLogins
(Integer value) forceChange
(Boolean value) getValue()
lastFailedLogin
(LoginEventType value) metadata
(MetadataType value) sequenceIdentifier
(String value) void
setValue
(ProtectedStringType value) value
(ProtectedStringType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
getForceChange, getMetadata, getName, isForceChange, setForceChange, setMetadata, setName
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
getAuthenticationAttempt, getFailedLogins, getLastFailedLogin, getLastSuccessfulLogin, getPreviousSuccessfulLogin, getSequenceIdentifier, setFailedLogins, setLastFailedLogin, setLastSuccessfulLogin, setPreviousSuccessfulLogin, setSequenceIdentifier
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
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, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_VALUE
-
FACTORY
-
-
Constructor Details
-
NonceType
public NonceType() -
NonceType
Deprecated.
-
-
Method Details
-
getValue
-
setValue
-
equals
- Overrides:
equals
in classAbstractCredentialType
-
id
- Overrides:
id
in classAbstractCredentialType
-
value
-
name
- Overrides:
name
in classAbstractCredentialType
-
metadata
- Overrides:
metadata
in classAbstractCredentialType
-
beginMetadata
- Overrides:
beginMetadata
in classAbstractCredentialType
-
forceChange
- Overrides:
forceChange
in classAbstractCredentialType
-
failedLogins
- Overrides:
failedLogins
in classAbstractCredentialType
-
lastSuccessfulLogin
- Overrides:
lastSuccessfulLogin
in classAbstractCredentialType
-
beginLastSuccessfulLogin
- Overrides:
beginLastSuccessfulLogin
in classAbstractCredentialType
-
previousSuccessfulLogin
- Overrides:
previousSuccessfulLogin
in classAbstractCredentialType
-
beginPreviousSuccessfulLogin
- Overrides:
beginPreviousSuccessfulLogin
in classAbstractCredentialType
-
lastFailedLogin
- Overrides:
lastFailedLogin
in classAbstractCredentialType
-
beginLastFailedLogin
- Overrides:
beginLastFailedLogin
in classAbstractCredentialType
-
authenticationAttempt
- Overrides:
authenticationAttempt
in classAbstractCredentialType
-
beginAuthenticationAttempt
- Overrides:
beginAuthenticationAttempt
in classAbstractCredentialType
-
sequenceIdentifier
- Overrides:
sequenceIdentifier
in classAbstractCredentialType
-
end
public <X> X end()- Overrides:
end
in classAbstractCredentialType
-
clone
- Overrides:
clone
in classAbstractCredentialType
-