| Modifier and Type | Method and Description |
|---|---|
SAMLContextProviderLBConfigurer |
ServiceProviderBuilder.samlContextProviderLb()
Returns a
SAMLContextProviderLBConfigurer for customization of the SAMLContextProvider default
implementation SAMLContextProviderLB. |
| Modifier and Type | Method and Description |
|---|---|
SAMLContextProviderLBConfigurer |
SAMLContextProviderLBConfigurer.contextPath(String contextPath)
Context path of the LB, must be starting with slash, e.g.
|
SAMLContextProviderLBConfigurer |
SAMLContextProviderLBConfigurer.includeServerPortInRequestURL(boolean includeServerPortInRequestURL)
When true serverPort will be used in construction of LB requestURL.
|
SAMLContextProviderLBConfigurer |
SAMLContextProviderLBConfigurer.scheme(String scheme)
Scheme of the LB server - either http or https.
|
SAMLContextProviderLBConfigurer |
SAMLContextProviderLBConfigurer.serverName(String serverName)
Server name of the LB, e.g.
|
SAMLContextProviderLBConfigurer |
SAMLContextProviderLBConfigurer.serverPort(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.
|
Copyright © 2018. All rights reserved.