public class ProxyServerBuilder.ApplicationBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyServerBuilder.ApplicationBuilder.ConstraintBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected SecurityPathMatches.Builder |
constraintBuilder |
protected KeycloakDeployment |
deployment |
protected AdapterDeploymentContext |
deploymentContext |
protected String |
errorPage |
protected SecurityPathMatches |
matches |
protected NodesRegistrationManagement |
nodesRegistrationManagement |
protected boolean |
proxyAddressForwarding |
protected UndertowUserSessionManagement |
userSessionManagement |
| Constructor and Description |
|---|
ApplicationBuilder(AdapterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ProxyServerBuilder |
add() |
ProxyServerBuilder.ApplicationBuilder |
base(String base) |
ProxyServerBuilder.ApplicationBuilder.ConstraintBuilder |
constraint(String pattern) |
ProxyServerBuilder.ApplicationBuilder |
errorPage(String errorPage) |
ProxyServerBuilder.ApplicationBuilder |
proxyAddressForwarding(boolean proxyAddressForwarding) |
protected NodesRegistrationManagement nodesRegistrationManagement
protected UndertowUserSessionManagement userSessionManagement
protected AdapterDeploymentContext deploymentContext
protected KeycloakDeployment deployment
protected String base
protected SecurityPathMatches.Builder constraintBuilder
protected SecurityPathMatches matches
protected String errorPage
protected boolean proxyAddressForwarding
public ApplicationBuilder(AdapterConfig config)
public ProxyServerBuilder.ApplicationBuilder base(String base)
public ProxyServerBuilder.ApplicationBuilder errorPage(String errorPage)
public ProxyServerBuilder.ApplicationBuilder proxyAddressForwarding(boolean proxyAddressForwarding)
public ProxyServerBuilder add()
public ProxyServerBuilder.ApplicationBuilder.ConstraintBuilder constraint(String pattern)
Copyright © 2016 JBoss by Red Hat. All rights reserved.