Uses of Class
io.jans.as.server.model.audit.Action
-
Packages that use Action Package Description io.jans.as.server.authorize.ws.rs io.jans.as.server.model.audit -
-
Uses of Action in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs with parameters of type Action Modifier and Type Method Description voidAuthzRequestService. createOauth2AuditLog(AuthzRequest authzRequest, Action action) -
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 ActionOAuth2AuditLog. getAction()static ActionAction. valueOf(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(String ip, Action action)
-