Class AbstractPasswordAuthenticationModuleType
- 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
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
HttpBasicAuthenticationModuleType
,LoginFormAuthenticationModuleType
,MailNonceAuthenticationModuleType
,SmsNonceAuthenticationModuleType
public abstract class AbstractPasswordAuthenticationModuleType extends AbstractCredentialAuthenticationModuleType
Common definition for all authentication modules that use password.- 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_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 AbstractPasswordAuthenticationModuleType()
AbstractPasswordAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractPasswordAuthenticationModuleType
acceptEmptyPassword(Boolean value)
AbstractPasswordAuthenticationModuleType
clone()
AbstractPasswordAuthenticationModuleType
credentialName(String value)
AbstractPasswordAuthenticationModuleType
description(String value)
AbstractPasswordAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
AbstractPasswordAuthenticationModuleType
focusType(QName value)
Boolean
isAcceptEmptyPassword()
AbstractPasswordAuthenticationModuleType
name(String value)
void
setAcceptEmptyPassword(Boolean value)
-
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
-
-
-
-
Constructor Detail
-
AbstractPasswordAuthenticationModuleType
public AbstractPasswordAuthenticationModuleType()
-
AbstractPasswordAuthenticationModuleType
@Deprecated public AbstractPasswordAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
isAcceptEmptyPassword
public Boolean isAcceptEmptyPassword()
-
setAcceptEmptyPassword
public void setAcceptEmptyPassword(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCredentialAuthenticationModuleType
-
acceptEmptyPassword
public AbstractPasswordAuthenticationModuleType acceptEmptyPassword(Boolean value)
-
credentialName
public AbstractPasswordAuthenticationModuleType credentialName(String value)
- Overrides:
credentialName
in classAbstractCredentialAuthenticationModuleType
-
name
public AbstractPasswordAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractCredentialAuthenticationModuleType
-
description
public AbstractPasswordAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractCredentialAuthenticationModuleType
-
focusType
public AbstractPasswordAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractCredentialAuthenticationModuleType
-
documentation
public AbstractPasswordAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractCredentialAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCredentialAuthenticationModuleType
-
clone
public AbstractPasswordAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractCredentialAuthenticationModuleType
-
-