Class LdapAuthenticationModuleType
- 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.LdapAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class LdapAuthenticationModuleType extends AbstractAuthenticationModuleType
LDAP authentication module supports authentication via LDAP server.- 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_DN_PATTERN
static ItemName
F_HOST
static ItemName
F_SEARCH
static ItemName
F_USER_DN
static ItemName
F_USER_PASSWORD
static Producer<LdapAuthenticationModuleType>
FACTORY
-
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 LdapAuthenticationModuleType()
LdapAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
-
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
-
F_HOST
public static final ItemName F_HOST
-
F_USER_DN
public static final ItemName F_USER_DN
-
F_USER_PASSWORD
public static final ItemName F_USER_PASSWORD
-
F_DN_PATTERN
public static final ItemName F_DN_PATTERN
-
F_SEARCH
public static final ItemName F_SEARCH
-
FACTORY
public static final Producer<LdapAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
LdapAuthenticationModuleType
public LdapAuthenticationModuleType()
-
LdapAuthenticationModuleType
@Deprecated public LdapAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getHost
public String getHost()
-
setHost
public void setHost(String value)
-
getUserDn
public String getUserDn()
-
setUserDn
public void setUserDn(String value)
-
getUserPassword
public ProtectedStringType getUserPassword()
-
setUserPassword
public void setUserPassword(ProtectedStringType value)
-
getDnPattern
public String getDnPattern()
-
setDnPattern
public void setDnPattern(String value)
-
getSearch
public LdapSearchAuthenticationModuleType getSearch()
-
setSearch
public void setSearch(LdapSearchAuthenticationModuleType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractAuthenticationModuleType
-
host
public LdapAuthenticationModuleType host(String value)
-
userDn
public LdapAuthenticationModuleType userDn(String value)
-
userPassword
public LdapAuthenticationModuleType userPassword(ProtectedStringType value)
-
dnPattern
public LdapAuthenticationModuleType dnPattern(String value)
-
search
public LdapAuthenticationModuleType search(LdapSearchAuthenticationModuleType value)
-
beginSearch
public LdapSearchAuthenticationModuleType beginSearch()
-
name
public LdapAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractAuthenticationModuleType
-
description
public LdapAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractAuthenticationModuleType
-
focusType
public LdapAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractAuthenticationModuleType
-
documentation
public LdapAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractAuthenticationModuleType
-
clone
public LdapAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractAuthenticationModuleType
-
-