Uses of Class
org.forgerock.services.context.ClientContext.Builder
-
Packages that use ClientContext.Builder Package Description org.forgerock.services.context This package contains theContext
interface and various common protocol independent implementations. -
-
Uses of ClientContext.Builder in org.forgerock.services.context
Methods in org.forgerock.services.context that return ClientContext.Builder Modifier and Type Method Description static ClientContext.Builder
ClientContext. buildExternalClientContext(Context parent)
Creates aClientContext.Builder
for creating an externalClientContext
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.
-