-
Interfaces Interface Description org.forgerock.util.time.TimeService
-
Classes Class Description org.forgerock.json.resource.AbstractRequestHandler RequestHandler
now has default methods which implement the not-supported behavior. This class is here for transition from pre-JDK8 impelementations.org.forgerock.json.resource.http.SecurityContextFactory This class will be removed once CAF has been migrated fully to CHF, at which point components should createSecurityContext
s directly rather than via request attributes.org.forgerock.openig.openam.DeprecatedUserProfileFilter Since 6.5. Prefer to use theUserProfileFilter
that does not require a SSO Token.org.forgerock.util.SimpleHTTPClient Since COMMONS-390. It is recommended to use a CHF Client.org.forgerock.util.time.ClockTimeService org.forgerock.util.Utils
-
Constructors Constructor Description org.forgerock.http.filter.TransactionIdInboundFilter() Replaced byTransactionIdInboundFilter(boolean)
org.forgerock.http.header.ContentTypeHeader(String, String, String) Replaced byContentTypeHeader(String, Map)
org.forgerock.http.io.PipeBufferedStream() Since 25.0.0. Prefer usingPipeBufferedStream(Factory)
to provide your own Buffer Factoryorg.forgerock.secrets.SecretReference(SecretsProvider, Purpose<T>, Clock) org.forgerock.secrets.SecretsProvider() Prefer usingSecretsProvider(Clock)
and provide your own clock instance.org.forgerock.util.SimpleHTTPClient() Since COMMONS-390. It is recommended to use a CHF Client.org.forgerock.util.time.Duration(Long, TimeUnit) Prefer the use ofDuration.duration(long, TimeUnit)
.
-
Enum Constants Enum Constant Description org.forgerock.http.handler.HttpClientHandler.HostnameVerifier.ALLOW_ALL this should never be used as it is a security risk.