Uses of Class
org.infinispan.security.AuditResponse
-
Packages that use AuditResponse Package Description org.infinispan.security Security API.org.infinispan.security.audit -
-
Uses of AuditResponse in org.infinispan.security
Methods in org.infinispan.security that return AuditResponse Modifier and Type Method Description static AuditResponse
AuditResponse. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditResponse[]
AuditResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.security with parameters of type AuditResponse Modifier and Type Method Description void
AuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
-
Uses of AuditResponse in org.infinispan.security.audit
Methods in org.infinispan.security.audit with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw AuditResponse Modifier and Type Method Description void
LoggingAuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
void
NullAuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
-