Class SmsNonceAuthenticationModuleType
- 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.AbstractPasswordAuthenticationModuleType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SmsNonceAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SmsNonceAuthenticationModuleType extends AbstractPasswordAuthenticationModuleType
SMS (mobile text message) nonce authentication module. Module that sends randomly generated nonce in mobile text message (SMS).- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_MOBILE_TELEPHONE_NUMBER_ITEM_PATH
static Producer<SmsNonceAuthenticationModuleType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractPasswordAuthenticationModuleType
F_ACCEPT_EMPTY_PASSWORD
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
F_CREDENTIAL_NAME
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
F_DESCRIPTION, F_DOCUMENTATION, F_FOCUS_TYPE, F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SmsNonceAuthenticationModuleType()
SmsNonceAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmsNonceAuthenticationModuleType
acceptEmptyPassword(Boolean value)
SmsNonceAuthenticationModuleType
clone()
SmsNonceAuthenticationModuleType
credentialName(String value)
SmsNonceAuthenticationModuleType
description(String value)
SmsNonceAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
SmsNonceAuthenticationModuleType
focusType(QName value)
ItemPathType
getMobileTelephoneNumberItemPath()
SmsNonceAuthenticationModuleType
mobileTelephoneNumberItemPath(ItemPathType value)
SmsNonceAuthenticationModuleType
name(String value)
void
setMobileTelephoneNumberItemPath(ItemPathType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractPasswordAuthenticationModuleType
isAcceptEmptyPassword, setAcceptEmptyPassword
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
getCredentialName, setCredentialName
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
getDescription, getDocumentation, getFocusType, getName, setDescription, setDocumentation, setFocusType, setName
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MOBILE_TELEPHONE_NUMBER_ITEM_PATH
public static final ItemName F_MOBILE_TELEPHONE_NUMBER_ITEM_PATH
-
FACTORY
public static final Producer<SmsNonceAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
SmsNonceAuthenticationModuleType
public SmsNonceAuthenticationModuleType()
-
SmsNonceAuthenticationModuleType
@Deprecated public SmsNonceAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getMobileTelephoneNumberItemPath
public ItemPathType getMobileTelephoneNumberItemPath()
-
setMobileTelephoneNumberItemPath
public void setMobileTelephoneNumberItemPath(ItemPathType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractPasswordAuthenticationModuleType
-
mobileTelephoneNumberItemPath
public SmsNonceAuthenticationModuleType mobileTelephoneNumberItemPath(ItemPathType value)
-
acceptEmptyPassword
public SmsNonceAuthenticationModuleType acceptEmptyPassword(Boolean value)
- Overrides:
acceptEmptyPassword
in classAbstractPasswordAuthenticationModuleType
-
credentialName
public SmsNonceAuthenticationModuleType credentialName(String value)
- Overrides:
credentialName
in classAbstractPasswordAuthenticationModuleType
-
name
public SmsNonceAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractPasswordAuthenticationModuleType
-
description
public SmsNonceAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractPasswordAuthenticationModuleType
-
focusType
public SmsNonceAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractPasswordAuthenticationModuleType
-
documentation
public SmsNonceAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractPasswordAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractPasswordAuthenticationModuleType
-
clone
public SmsNonceAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractPasswordAuthenticationModuleType
-
-