public class BackendConfiguration extends Object
| Constructor and Description |
|---|
BackendConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteUserMapping()
Returns the HTTP request header name, whose value (if non-null) would be used to set the name of the remote user that
has been authenticated for HTTP Request.
|
String |
getScheme()
Returns the HTTP request scheme, which if non-null overrides default one picked up by framework during request
processing.
|
String |
getSchemeMapping()
Returns the HTTP request header name, whose value (if non-null) would be used to override default protocol scheme
picked up by framework during request processing.
|
void |
setRemoteUserMapping(String remoteUserMapping)
Sets the HTTP request header name, whose value (if non-null) would be used to set the name of the remote user that
has been authenticated for HTTP Request.
|
void |
setScheme(String scheme)
Sets the HTTP request scheme, which if non-null overrides default one picked up by framework during request
processing.
|
void |
setSchemeMapping(String schemeMapping)
Sets the HTTP request header name, whose value (if non-null) would be used to override default protocol scheme picked
up by framework during request processing.
|
public String getScheme()
public void setScheme(String scheme)
schemeMapping property if any was set before.public String getSchemeMapping()
public void setSchemeMapping(String schemeMapping)
scheme property if any was set
before.public String getRemoteUserMapping()
Request.getRemoteUser()public void setRemoteUserMapping(String remoteUserMapping)
Request.getRemoteUser()Copyright © 2017–2021 Oracle Corporation. All rights reserved.