Package org.forgerock.openam.auth.nodes.script
This package contains classes related to authentication node scripts.
-
Class Summary Class Description HttpClientScriptWrapper A wrapper class to simplify sending HTTP requests in scripts.JwtAssertionScriptWrapper A wrapper class to support the generation of JWT assertions within scripts.JwtValidatorScriptWrapper A wrapper class to support the validation of JWTs within scripts. -
Exception Summary Exception Description HttpClientScriptException An Exception thrown by theHttpClientScriptWrapper
which can be used for logging purposes in scripts.