Uses of Class
io.jans.as.server.model.audit.Action
-
Packages that use Action Package Description io.jans.as.server.model.audit -
-
Uses of Action in io.jans.as.server.model.audit
Methods in io.jans.as.server.model.audit that return Action Modifier and Type Method Description Action
OAuth2AuditLog. getAction()
static Action
Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.jans.as.server.model.audit with parameters of type Action Constructor Description OAuth2AuditLog(java.lang.String ip, Action action)
-