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 UndertowUserSessionManagement |
userSessionManagement |
Constructor and Description |
---|
ProxyServerBuilder.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) |
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
public ProxyServerBuilder.ApplicationBuilder(AdapterConfig config)
public ProxyServerBuilder.ApplicationBuilder base(String base)
public ProxyServerBuilder.ApplicationBuilder errorPage(String errorPage)
public ProxyServerBuilder add()
public ProxyServerBuilder.ApplicationBuilder.ConstraintBuilder constraint(String pattern)
Copyright © 2014. All Rights Reserved.