Class HttpBasicAuthenticationModuleType
- 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.HttpBasicAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class HttpBasicAuthenticationModuleType extends AbstractPasswordAuthenticationModuleType
Definition of HTTP BASIC authentication module (RFC 7617).- 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_REALM
static Producer<HttpBasicAuthenticationModuleType>
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 HttpBasicAuthenticationModuleType()
HttpBasicAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpBasicAuthenticationModuleType
acceptEmptyPassword(Boolean value)
HttpBasicAuthenticationModuleType
clone()
HttpBasicAuthenticationModuleType
credentialName(String value)
HttpBasicAuthenticationModuleType
description(String value)
HttpBasicAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
HttpBasicAuthenticationModuleType
focusType(QName value)
String
getRealm()
HttpBasicAuthenticationModuleType
name(String value)
HttpBasicAuthenticationModuleType
realm(String value)
void
setRealm(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
-
F_REALM
public static final ItemName F_REALM
-
FACTORY
public static final Producer<HttpBasicAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
HttpBasicAuthenticationModuleType
public HttpBasicAuthenticationModuleType()
-
HttpBasicAuthenticationModuleType
@Deprecated public HttpBasicAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractPasswordAuthenticationModuleType
-
realm
public HttpBasicAuthenticationModuleType realm(String value)
-
acceptEmptyPassword
public HttpBasicAuthenticationModuleType acceptEmptyPassword(Boolean value)
- Overrides:
acceptEmptyPassword
in classAbstractPasswordAuthenticationModuleType
-
credentialName
public HttpBasicAuthenticationModuleType credentialName(String value)
- Overrides:
credentialName
in classAbstractPasswordAuthenticationModuleType
-
name
public HttpBasicAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractPasswordAuthenticationModuleType
-
description
public HttpBasicAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractPasswordAuthenticationModuleType
-
focusType
public HttpBasicAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractPasswordAuthenticationModuleType
-
documentation
public HttpBasicAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractPasswordAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractPasswordAuthenticationModuleType
-
clone
public HttpBasicAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractPasswordAuthenticationModuleType
-
-