Uses of Class
org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
-
Packages that use AuthenticationAuditEventBuilder.Status Package Description org.forgerock.audit.events Package contains audit events. -
-
Uses of AuthenticationAuditEventBuilder.Status in org.forgerock.audit.events
Methods in org.forgerock.audit.events that return AuthenticationAuditEventBuilder.Status Modifier and Type Method Description static AuthenticationAuditEventBuilder.Status
AuthenticationAuditEventBuilder.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationAuditEventBuilder.Status[]
AuthenticationAuditEventBuilder.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.audit.events with parameters of type AuthenticationAuditEventBuilder.Status Modifier and Type Method Description T
AuthenticationAuditEventBuilder. result(AuthenticationAuditEventBuilder.Status result)
Sets the authentication audit event overall result.
-