Class AbstractCredentialType
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
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
AttributeVerificationCredentialsType
,NonceType
,PasswordType
,SecurityQuestionsCredentialsType
- 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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
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, FACTORY
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) getName()
lastFailedLogin
(LoginEventType value) metadata
(MetadataType value) sequenceIdentifier
(String value) void
setForceChange
(Boolean value) void
setMetadata
(MetadataType value) void
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_NAME
-
F_METADATA
-
F_FORCE_CHANGE
-
-
Constructor Details
-
AbstractCredentialType
public AbstractCredentialType() -
AbstractCredentialType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getMetadata
-
setMetadata
-
isForceChange
-
getForceChange
-
setForceChange
-
equals
- Overrides:
equals
in classAuthenticationBehavioralDataType
-
id
- Overrides:
id
in classAuthenticationBehavioralDataType
-
name
-
metadata
-
beginMetadata
-
forceChange
-
failedLogins
- Overrides:
failedLogins
in classAuthenticationBehavioralDataType
-
lastSuccessfulLogin
- Overrides:
lastSuccessfulLogin
in classAuthenticationBehavioralDataType
-
beginLastSuccessfulLogin
- Overrides:
beginLastSuccessfulLogin
in classAuthenticationBehavioralDataType
-
previousSuccessfulLogin
- Overrides:
previousSuccessfulLogin
in classAuthenticationBehavioralDataType
-
beginPreviousSuccessfulLogin
- Overrides:
beginPreviousSuccessfulLogin
in classAuthenticationBehavioralDataType
-
lastFailedLogin
- Overrides:
lastFailedLogin
in classAuthenticationBehavioralDataType
-
beginLastFailedLogin
- Overrides:
beginLastFailedLogin
in classAuthenticationBehavioralDataType
-
authenticationAttempt
- Overrides:
authenticationAttempt
in classAuthenticationBehavioralDataType
-
beginAuthenticationAttempt
- Overrides:
beginAuthenticationAttempt
in classAuthenticationBehavioralDataType
-
sequenceIdentifier
- Overrides:
sequenceIdentifier
in classAuthenticationBehavioralDataType
-
end
public <X> X end()- Overrides:
end
in classAuthenticationBehavioralDataType
-
clone
- Overrides:
clone
in classAuthenticationBehavioralDataType
-