Class TOtpAuthenticationModuleType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
com.evolveum.midpoint.xml.ns._public.common.common_3.OtpAuthenticationModuleType
com.evolveum.midpoint.xml.ns._public.common.common_3.TOtpAuthenticationModuleType
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
TOTP authentication module.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final Producer<TOtpAuthenticationModuleType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OtpAuthenticationModuleType
F_ALGORITHM, F_DIGITS, F_ISSUER, F_LABEL, F_SECRET_LENGTH, F_WINDOWFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
F_CREDENTIAL_NAMEFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
F_DESCRIPTION, F_DOCUMENTATION, F_FOCUS_TYPE, F_IDENTIFIER, F_NAMEFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()credentialName(String value) description(String value) documentation(String value) <X> Xend()booleanidentifier(String value) label(ItemPathType value) secretLength(Integer value) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OtpAuthenticationModuleType
getAlgorithm, getDigits, getIssuer, getLabel, getSecretLength, getWindow, setAlgorithm, setDigits, setIssuer, setLabel, setSecretLength, setWindowMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
getCredentialName, setCredentialNameMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
getDescription, getDocumentation, getFocusType, getIdentifier, getName, setDescription, setDocumentation, setFocusType, setIdentifier, setNameMethods 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_PERIOD
-
FACTORY
-
-
Constructor Details
-
TOtpAuthenticationModuleType
public TOtpAuthenticationModuleType() -
TOtpAuthenticationModuleType
Deprecated.
-
-
Method Details
-
getPeriod
-
setPeriod
-
equals
- Overrides:
equalsin classOtpAuthenticationModuleType
-
id
- Overrides:
idin classOtpAuthenticationModuleType
-
period
-
issuer
- Overrides:
issuerin classOtpAuthenticationModuleType
-
label
- Overrides:
labelin classOtpAuthenticationModuleType
-
algorithm
- Overrides:
algorithmin classOtpAuthenticationModuleType
-
secretLength
- Overrides:
secretLengthin classOtpAuthenticationModuleType
-
digits
- Overrides:
digitsin classOtpAuthenticationModuleType
-
window
- Overrides:
windowin classOtpAuthenticationModuleType
-
credentialName
- Overrides:
credentialNamein classOtpAuthenticationModuleType
-
name
- Overrides:
namein classOtpAuthenticationModuleType
-
identifier
- Overrides:
identifierin classOtpAuthenticationModuleType
-
description
- Overrides:
descriptionin classOtpAuthenticationModuleType
-
focusType
- Overrides:
focusTypein classOtpAuthenticationModuleType
-
documentation
- Overrides:
documentationin classOtpAuthenticationModuleType
-
end
public <X> X end()- Overrides:
endin classOtpAuthenticationModuleType
-
clone
- Overrides:
clonein classOtpAuthenticationModuleType
-