Package | Description |
---|---|
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
Modifier and Type | Method and Description |
---|---|
static ClientContext.Builder |
ClientContext.buildExternalClientContext(Context parent)
Creates a
ClientContext.Builder for creating an external ClientContext instance. |
ClientContext.Builder |
ClientContext.Builder.certificates(Certificate... certificates)
Sets the client's certificates.
|
ClientContext.Builder |
ClientContext.Builder.certificates(List<Certificate> certificates)
Sets the client's certificates.
|
ClientContext.Builder |
ClientContext.Builder.localAddress(String localAddress)
Sets the local server's address.
|
ClientContext.Builder |
ClientContext.Builder.localPort(int localPort)
Sets the local server's port.
|
ClientContext.Builder |
ClientContext.Builder.remoteAddress(String remoteAddress)
Sets the client's remote address.
|
ClientContext.Builder |
ClientContext.Builder.remotePort(int remotePort)
Sets the client's remote port.
|
ClientContext.Builder |
ClientContext.Builder.remoteUser(String remoteUser)
Sets the client's remote user.
|
ClientContext.Builder |
ClientContext.Builder.secure(boolean isSecure)
Sets whether if the client connection is secure.
|
ClientContext.Builder |
ClientContext.Builder.userAgent(String userAgent)
Sets the client's user agent.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.