Class SmsNonceAuthenticationModuleType
- java.lang.Object
-
- 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
,DebugDumpable
,Serializable
,Cloneable
public class SmsNonceAuthenticationModuleType extends AbstractPasswordAuthenticationModuleType implements Serializable, Cloneable, Containerable
SMS (mobile text message) nonce authentication module. Module that sends randomly generated nonce in mobile text message (SMS).Java class for SmsNonceAuthenticationModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SmsNonceAuthenticationModuleType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPasswordAuthenticationModuleType"> <sequence> <element name="mobileTelephoneNumberItemPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_MOBILE_TELEPHONE_NUMBER_ITEM_PATH
-
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 prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmsNonceAuthenticationModuleType
acceptEmptyPassword(Boolean value)
PrismContainerValue
asPrismContainerValue()
ItemPathType
beginMobileTelephoneNumberItemPath()
SmsNonceAuthenticationModuleType
clone()
SmsNonceAuthenticationModuleType
credentialName(String value)
SmsNonceAuthenticationModuleType
description(String value)
SmsNonceAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object object)
SmsNonceAuthenticationModuleType
focusType(QName value)
ItemPathType
getMobileTelephoneNumberItemPath()
int
hashCode()
SmsNonceAuthenticationModuleType
mobileTelephoneNumberItemPath(ItemPathType value)
SmsNonceAuthenticationModuleType
name(String value)
void
setMobileTelephoneNumberItemPath(ItemPathType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
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 java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
SmsNonceAuthenticationModuleType
public SmsNonceAuthenticationModuleType()
-
SmsNonceAuthenticationModuleType
public SmsNonceAuthenticationModuleType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractPasswordAuthenticationModuleType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractPasswordAuthenticationModuleType
-
toString
public String toString()
- Overrides:
toString
in classAbstractPasswordAuthenticationModuleType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractPasswordAuthenticationModuleType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractPasswordAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractPasswordAuthenticationModuleType
-
getMobileTelephoneNumberItemPath
public ItemPathType getMobileTelephoneNumberItemPath()
-
setMobileTelephoneNumberItemPath
public void setMobileTelephoneNumberItemPath(ItemPathType value)
-
mobileTelephoneNumberItemPath
public SmsNonceAuthenticationModuleType mobileTelephoneNumberItemPath(ItemPathType value)
-
beginMobileTelephoneNumberItemPath
public ItemPathType beginMobileTelephoneNumberItemPath()
-
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
-
clone
public SmsNonceAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractPasswordAuthenticationModuleType
-
-