Uses of Class
org.infinispan.security.AuditContext
-
Packages that use AuditContext Package Description org.infinispan.security Security API.org.infinispan.security.audit -
-
Uses of AuditContext in org.infinispan.security
Methods in org.infinispan.security that return AuditContext Modifier and Type Method Description static AuditContext
AuditContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditContext[]
AuditContext. 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 AuditContext Modifier and Type Method Description void
AuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
-
Uses of AuditContext 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 AuditContext 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)
-