public class SAMLContextProviderLBProperties extends Object
SAMLContextProviderLB.| Constructor and Description |
|---|
SAMLContextProviderLBProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
setContextPath(String contextPath)
Context path of the LB, must be starting with slash, e.g.
|
void |
setIncludeServerPortInRequestUrl(boolean includeServerPortInRequestUrl)
When true serverPort will be used in construction of LB requestURL.
|
void |
setScheme(String scheme)
Scheme of the LB server - either http or https
|
void |
setServerName(String serverName)
Server name of the LB, e.g.
|
void |
setServerPort(int serverPort)
Port of the server, in case value is <= 0 port will not be included in the requestURL and port
from the original request will be used for getServerPort calls.
|
public void setScheme(String scheme)
scheme - schemepublic void setServerName(String serverName)
serverName - server namepublic void setIncludeServerPortInRequestUrl(boolean includeServerPortInRequestUrl)
includeServerPortInRequestUrl - true to include portpublic void setServerPort(int serverPort)
serverPort - server portpublic void setContextPath(String contextPath)
contextPath - context pathCopyright © 2018. All rights reserved.