Uses of Class
org.infinispan.security.AuthorizationPermission
-
Packages that use AuthorizationPermission Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.security Security API.org.infinispan.security.audit -
-
Uses of AuthorizationPermission in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global with parameters of type AuthorizationPermission Modifier and Type Method Description GlobalRoleConfigurationBuilder
GlobalRoleConfigurationBuilder. permission(AuthorizationPermission permission)
Adds a permission to a roleGlobalRoleConfigurationBuilder
GlobalRoleConfigurationBuilder. permission(AuthorizationPermission... permissions)
Adds multiple permissions to a role -
Uses of AuthorizationPermission in org.infinispan.security
Methods in org.infinispan.security that return AuthorizationPermission Modifier and Type Method Description AuthorizationPermission
CachePermission. getAuthorizationPermission()
static AuthorizationPermission
AuthorizationPermission. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizationPermission[]
AuthorizationPermission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.security that return types with arguments of type AuthorizationPermission Modifier and Type Method Description Collection<AuthorizationPermission>
Role. getPermissions()
Returns the list of permissions associated with this roleMethods in org.infinispan.security with parameters of type AuthorizationPermission Modifier and Type Method Description void
AuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
void
AuthorizationManager. checkPermission(Subject subject, AuthorizationPermission permission)
Verifies that theSubject
has the requested permission.void
AuthorizationManager. checkPermission(Subject subject, AuthorizationPermission permission, String role)
Verifies that theSubject
has the requested permission and role.void
AuthorizationManager. checkPermission(AuthorizationPermission permission)
Verifies that theSubject
associated with the currentAccessControlContext
has the requested permission.void
AuthorizationManager. checkPermission(AuthorizationPermission permission, String role)
Verifies that theSubject
associated with the currentAccessControlContext
has the requested permission and role.boolean
AuthorizationPermission. implies(AuthorizationPermission that)
Constructors in org.infinispan.security with parameters of type AuthorizationPermission Constructor Description CachePermission(AuthorizationPermission perm)
-
Uses of AuthorizationPermission 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 AuthorizationPermission 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)
-