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 QName
COMPLEX_TYPE
static ItemName
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 AbstractCredentialAuthenticationModuleType()
AbstractCredentialAuthenticationModuleType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
AbstractCredentialAuthenticationModuleType
clone()
AbstractCredentialAuthenticationModuleType
credentialName(String value)
AbstractCredentialAuthenticationModuleType
description(String value)
AbstractCredentialAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object object)
AbstractCredentialAuthenticationModuleType
focusType(QName value)
String
getCredentialName()
int
hashCode()
AbstractCredentialAuthenticationModuleType
name(String value)
void
setCredentialName(String 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.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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractAuthenticationModuleType
-
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 classAbstractAuthenticationModuleType
-
toString
public String toString()
- Overrides:
toString
in classAbstractAuthenticationModuleType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractAuthenticationModuleType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractAuthenticationModuleType
-
getCredentialName
public String getCredentialName()
-
setCredentialName
public void setCredentialName(String value)
-
credentialName
public AbstractCredentialAuthenticationModuleType credentialName(String value)
-
name
public AbstractCredentialAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractAuthenticationModuleType
-
description
public AbstractCredentialAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractAuthenticationModuleType
-
focusType
public AbstractCredentialAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractAuthenticationModuleType
-
documentation
public AbstractCredentialAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractAuthenticationModuleType
-
clone
public AbstractCredentialAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractAuthenticationModuleType
-
-