Class LoginFormAuthenticationModuleType
- 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
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LoginFormAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class LoginFormAuthenticationModuleType extends AbstractPasswordAuthenticationModuleType
Definition of "login form" module. The module is used for interactive log-in of a user by using HTML forms.- 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 Producer<LoginFormAuthenticationModuleType>
FACTORY
-
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 LoginFormAuthenticationModuleType()
LoginFormAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginFormAuthenticationModuleType
acceptEmptyPassword(Boolean value)
LoginFormAuthenticationModuleType
clone()
LoginFormAuthenticationModuleType
credentialName(String value)
LoginFormAuthenticationModuleType
description(String value)
LoginFormAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
LoginFormAuthenticationModuleType
focusType(QName value)
LoginFormAuthenticationModuleType
name(String value)
-
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 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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
FACTORY
public static final Producer<LoginFormAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
LoginFormAuthenticationModuleType
public LoginFormAuthenticationModuleType()
-
LoginFormAuthenticationModuleType
@Deprecated public LoginFormAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractPasswordAuthenticationModuleType
-
acceptEmptyPassword
public LoginFormAuthenticationModuleType acceptEmptyPassword(Boolean value)
- Overrides:
acceptEmptyPassword
in classAbstractPasswordAuthenticationModuleType
-
credentialName
public LoginFormAuthenticationModuleType credentialName(String value)
- Overrides:
credentialName
in classAbstractPasswordAuthenticationModuleType
-
name
public LoginFormAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractPasswordAuthenticationModuleType
-
description
public LoginFormAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractPasswordAuthenticationModuleType
-
focusType
public LoginFormAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractPasswordAuthenticationModuleType
-
documentation
public LoginFormAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractPasswordAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractPasswordAuthenticationModuleType
-
clone
public LoginFormAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractPasswordAuthenticationModuleType
-
-