Uses of Class
org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Packages that use AuthenticationAuditEventBuilder Package Description org.forgerock.audit.events Package contains audit events. -
-
Uses of AuthenticationAuditEventBuilder in org.forgerock.audit.events
Classes in org.forgerock.audit.events with type parameters of type AuthenticationAuditEventBuilder Modifier and Type Class Description class
AuthenticationAuditEventBuilder<T extends AuthenticationAuditEventBuilder<T>>
Builder for audit authentication events.Methods in org.forgerock.audit.events that return AuthenticationAuditEventBuilder Modifier and Type Method Description static AuthenticationAuditEventBuilder<?>
AuthenticationAuditEventBuilder. authenticationEvent()
Starts to build an audit authentication event.
-