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.AnyNested 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 QNamestatic final ItemNamestatic final ItemNamestatic final ItemNameFields 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, FACTORYFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()<X> Xend()booleanfailedLogins(Integer value) forceChange(Boolean value) getName()lastFailedLogin(LoginEventType value) metadata(MetadataType value) sequenceIdentifier(String value) voidsetForceChange(Boolean value) voidsetMetadata(MetadataType value) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
getAuthenticationAttempt, getFailedLogins, getLastFailedLogin, getLastSuccessfulLogin, getPreviousSuccessfulLogin, getSequenceIdentifier, setFailedLogins, setLastFailedLogin, setLastSuccessfulLogin, setPreviousSuccessfulLogin, setSequenceIdentifierMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods 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:
equalsin classAuthenticationBehavioralDataType
-
id
- Overrides:
idin classAuthenticationBehavioralDataType
-
name
-
metadata
-
beginMetadata
-
forceChange
-
failedLogins
- Overrides:
failedLoginsin classAuthenticationBehavioralDataType
-
lastSuccessfulLogin
- Overrides:
lastSuccessfulLoginin classAuthenticationBehavioralDataType
-
beginLastSuccessfulLogin
- Overrides:
beginLastSuccessfulLoginin classAuthenticationBehavioralDataType
-
previousSuccessfulLogin
- Overrides:
previousSuccessfulLoginin classAuthenticationBehavioralDataType
-
beginPreviousSuccessfulLogin
- Overrides:
beginPreviousSuccessfulLoginin classAuthenticationBehavioralDataType
-
lastFailedLogin
- Overrides:
lastFailedLoginin classAuthenticationBehavioralDataType
-
beginLastFailedLogin
- Overrides:
beginLastFailedLoginin classAuthenticationBehavioralDataType
-
authenticationAttempt
- Overrides:
authenticationAttemptin classAuthenticationBehavioralDataType
-
beginAuthenticationAttempt
- Overrides:
beginAuthenticationAttemptin classAuthenticationBehavioralDataType
-
sequenceIdentifier
- Overrides:
sequenceIdentifierin classAuthenticationBehavioralDataType
-
end
public <X> X end()- Overrides:
endin classAuthenticationBehavioralDataType
-
clone
- Overrides:
clonein classAuthenticationBehavioralDataType
-