-
For Removal Element Description org.forgerock.openig.el.Functions.matches(String, String) since 7.2.0, with OPENIG-5793. UseFunctions.find(String, String)
orFunctions.matchesWithRegex(String, String)
instead.org.forgerock.openig.el.Functions.matchingGroups(String, String) since 7.2.0, with OPENIG-5957. UseFunctions.findGroups(String, String)
instead.
-
Interfaces Interface Description org.forgerock.http.session.SessionManager org.forgerock.util.time.TimeService
-
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_256
instead.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.