Uses of Class
org.forgerock.services.context.ClientContext.Builder
Package
Description
This package contains the
Context
interface and various common protocol
independent implementations.-
Uses of ClientContext.Builder in org.forgerock.services.context
Modifier and TypeMethodDescriptionstatic ClientContext.Builder
ClientContext.buildExternalClientContext
(Context parent) Creates aClientContext.Builder
for creating an externalClientContext
instance.ClientContext.Builder.certificates
(Certificate... certificates) Sets the client's certificates.ClientContext.Builder.certificates
(List<Certificate> certificates) Sets the client's certificates.ClientContext.Builder.localAddress
(String localAddress) Sets the local server's address.ClientContext.Builder.localPort
(int localPort) Sets the local server's port.ClientContext.Builder.remoteAddress
(String remoteAddress) Sets the client's remote address.ClientContext.Builder.remotePort
(int remotePort) Sets the client's remote port.ClientContext.Builder.remoteUser
(String remoteUser) Sets the client's remote user.ClientContext.Builder.secure
(boolean isSecure) Sets whether if the client connection is secure.Sets the client's user agent.