Class UndertowDomainMapper
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.security.common.elytron.UndertowDomainMapper
- All Implemented Interfaces:
ConfigurableElement
Deprecated.
Creates Undertow mapping to Elytron security domain. The Undertow-to-Elytron mapping goes from Undertow
applicationDomain configuration to Elytron's http-authentication-factory (which uses a
http-server-mechanism-factor). The http-authentication-factory then references Elytron security domain to be
used.
Configuration of this undertow mapping may contain set of application domains names (referenced as security-domains
in jboss-web.xml) to be mapped to given security domain name. If applicationDomains is not configured for the mapper
(i.e. it's empty), then just one mapping is created with applicationDomain name the same as Elytron security domain name. If
the applicationDomains attribute is not empty, then just the provided names are mapped (i.e. the Elytron domain name is not
used automatically in such case).
- Author:
- Josef Cacek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Builder to buildUndertowDomainMapper. -
Field Summary
Fields inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
name -
Method Summary
Modifier and TypeMethodDescriptionstatic UndertowDomainMapper.Builderbuilder()Deprecated.Creates builder to buildUndertowDomainMapper.voidcreate(org.jboss.as.test.integration.management.util.CLIWrapper cli) Deprecated.Creates this element in domain model and also creates other resources if needed (e.g. external files)voidremove(org.jboss.as.test.integration.management.util.CLIWrapper cli) Deprecated.Reverts the changes introdued bycreate(...)method(s).Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.test.security.common.elytron.ConfigurableElement
create, remove
-
Method Details
-
create
Deprecated.Description copied from interface:ConfigurableElementCreates this element in domain model and also creates other resources if needed (e.g. external files)- Parameters:
cli- connectedCLIWrapperinstance- Throws:
Exception
-
remove
Deprecated.Description copied from interface:ConfigurableElementReverts the changes introdued bycreate(...)method(s).- Throws:
Exception
-
builder
Deprecated.Creates builder to buildUndertowDomainMapper.- Returns:
- created builder
-
UndertowApplicationSecurityDomain