Uses of Interface
org.forgerock.caf.authentication.framework.AuditApi
-
Packages that use AuditApi Package Description org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules. -
-
Uses of AuditApi in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework with parameters of type AuditApi Modifier and Type Method Description AuthenticationFilter.AuthenticationFilterBuilder
AuthenticationFilter.AuthenticationFilterBuilder. auditApi(AuditApi auditApi)
Sets the, mandatory,AuditApi
instance that the framework will use to audit the authentication result of processed requests.
-