Deprecated API
Contents
- 
Enums Enum Description org.forgerock.security.keystore.KeyStoreType Specify the keystore type string directly in preference to this enum, as it is extensible at runtime
- 
Fields Field Description org.forgerock.openam.auth.node.api.Action.universalId useAction.identifiedIdentityinstead.org.forgerock.openam.auth.node.api.TreeContext.sharedState UseTreeContext.getStateFor(Node)instead as this method does not leak implementation detail of the specific type of state.org.forgerock.openam.auth.node.api.TreeContext.transientState UseTreeContext.getStateFor(Node)instead as this method does not leak implementation detail of the specific type of state.
- 
Enum Constants Enum Constant Description org.forgerock.http.handler.HttpClientHandler.HostnameVerifier.ALLOW_ALL this should never be used as it is a security risk.org.forgerock.json.jose.jwe.JweAlgorithm.RSAES_PKCS1_V1_5 RSA1_5 is an insecure encryption mode. UseJweAlgorithm.RSA_OAEP_256instead.org.forgerock.json.jose.jws.JwsAlgorithm.NONE This algorithm is inherently insecure and should not be used.org.forgerock.json.jose.jws.JwsAlgorithmType.NONE This algorithm is inherently insecure and shouldn't be used.org.forgerock.openam.secrets.config.PropertyFormat.BASE64_HMAC_KEY PreferPropertyFormat.PEMfor keys.org.forgerock.openam.secrets.config.PropertyFormat.ENCRYPTED_HMAC_KEY PreferPropertyFormat.ENCRYPTED_PEMfor keys.org.forgerock.openam.secrets.config.PropertyFormat.GOOGLE_KMS_ENCRYPTED_HMAC_KEY PreferPropertyFormat.GOOGLE_KMS_ENCRYPTED_PEMfor keys.
- 
Annotation Type Elements Annotation Type Element Description org.forgerock.openam.annotations.sm.SubConfig.treatAsService() Create a new service instead.