Class AbstractAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
AbstractCredentialAuthenticationModuleType
,HttpHeaderAuthenticationModuleType
,LdapAuthenticationModuleType
,OidcAuthenticationModuleType
,OtherAuthenticationModuleType
,Saml2AuthenticationModuleType
public abstract class AbstractAuthenticationModuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Common supertype for all authentication module definitions.- 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_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_FOCUS_TYPE
static ItemName
F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationModuleType()
AbstractAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAuthenticationModuleType
clone()
AbstractAuthenticationModuleType
description(String value)
AbstractAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
AbstractAuthenticationModuleType
focusType(QName value)
String
getDescription()
String
getDocumentation()
QName
getFocusType()
String
getName()
AbstractAuthenticationModuleType
name(String value)
void
setDescription(String value)
void
setDocumentation(String value)
void
setFocusType(QName value)
void
setName(String value)
-
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
-
AbstractAuthenticationModuleType
public AbstractAuthenticationModuleType()
-
AbstractAuthenticationModuleType
@Deprecated public AbstractAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getFocusType
public QName getFocusType()
-
setFocusType
public void setFocusType(QName value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
name
public AbstractAuthenticationModuleType name(String value)
-
description
public AbstractAuthenticationModuleType description(String value)
-
focusType
public AbstractAuthenticationModuleType focusType(QName value)
-
documentation
public AbstractAuthenticationModuleType documentation(String value)
-
end
public <X> X end()
-
clone
public AbstractAuthenticationModuleType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-