Uses of Class
org.forgerock.caf.authentication.framework.AuditTrail
-
Packages that use AuditTrail Package Description org.forgerock.caf.authentication.api This package defines the core interfaces and classes to provide an asynchronous and improved JASPI-like message authentication API.org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules. -
-
Uses of AuditTrail in org.forgerock.caf.authentication.api
Methods in org.forgerock.caf.authentication.api that return AuditTrail Modifier and Type Method Description AuditTrail
MessageContext. getAuditTrail()
Gets theAuditTrail
instance for this message exchange. -
Uses of AuditTrail in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework that return AuditTrail Modifier and Type Method Description AuditTrail
MessageContextImpl. getAuditTrail()
-