Class AbstractCredentialAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
AbstractPasswordAuthenticationModuleType,AbstractSecurityQuestionsAuthenticationModuleType
public abstract class AbstractCredentialAuthenticationModuleType extends AbstractAuthenticationModuleType implements Serializable, Cloneable, Containerable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Common definition for all authentication modules that use password. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> This is an authentication module setting. It controls how credentials are used for authentication. It does not control how credentials are set (stored), e.g. it does NOT control password policy. Credential policy setting is supposed to do that. E.g. acceptEmptyPassword setting in this data type controls whether empty password can be used for authentication. It does not control whether empty password can be set or whether existing password can be removed. </p>Java class for AbstractCredentialAuthenticationModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCredentialAuthenticationModuleType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType"> <sequence> <element name="credentialName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_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 AbstractCredentialAuthenticationModuleType()AbstractCredentialAuthenticationModuleType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()AbstractCredentialAuthenticationModuleTypeclone()AbstractCredentialAuthenticationModuleTypecredentialName(String value)AbstractCredentialAuthenticationModuleTypedescription(String value)AbstractCredentialAuthenticationModuleTypedocumentation(String value)<X> Xend()booleanequals(Object object)AbstractCredentialAuthenticationModuleTypefocusType(QName value)StringgetCredentialName()inthashCode()AbstractCredentialAuthenticationModuleTypename(String value)voidsetCredentialName(String value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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
-
AbstractCredentialAuthenticationModuleType
public AbstractCredentialAuthenticationModuleType()
-
AbstractCredentialAuthenticationModuleType
public AbstractCredentialAuthenticationModuleType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractAuthenticationModuleType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractAuthenticationModuleType
-
toString
public String toString()
- Overrides:
toStringin classAbstractAuthenticationModuleType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractAuthenticationModuleType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
endin classAbstractAuthenticationModuleType
-
getCredentialName
public String getCredentialName()
-
setCredentialName
public void setCredentialName(String value)
-
credentialName
public AbstractCredentialAuthenticationModuleType credentialName(String value)
-
name
public AbstractCredentialAuthenticationModuleType name(String value)
- Overrides:
namein classAbstractAuthenticationModuleType
-
description
public AbstractCredentialAuthenticationModuleType description(String value)
- Overrides:
descriptionin classAbstractAuthenticationModuleType
-
focusType
public AbstractCredentialAuthenticationModuleType focusType(QName value)
- Overrides:
focusTypein classAbstractAuthenticationModuleType
-
documentation
public AbstractCredentialAuthenticationModuleType documentation(String value)
- Overrides:
documentationin classAbstractAuthenticationModuleType
-
clone
public AbstractCredentialAuthenticationModuleType clone()
- Overrides:
clonein classAbstractAuthenticationModuleType
-
-