Uses of Class
org.infinispan.security.AuthorizationPermission
-
Packages that use AuthorizationPermission Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.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 GlobalRoleConfigurationBuilderGlobalRoleConfigurationBuilder. permission(AuthorizationPermission permission)Adds a permission to a roleGlobalRoleConfigurationBuilderGlobalRoleConfigurationBuilder. 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 AuthorizationPermissionAuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240. decode(int $1)AuthorizationPermissionCachePermission. getAuthorizationPermission()AuthorizationPermissionAuthorizationManager. getWritePermission()Returns the permission required to write to the resource associated with this AuthorizationManager.static AuthorizationPermissionAuthorizationPermission. 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 Class<AuthorizationPermission>AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240. getJavaClass()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 voidAuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)voidAuthorizationManager. checkPermission(Subject subject, AuthorizationPermission permission)Verifies that theSubjecthas the requested permission.voidAuthorizationManager. checkPermission(Subject subject, AuthorizationPermission permission, String role)Verifies that theSubjecthas the requested permission and role.voidAuthorizationManager. checkPermission(AuthorizationPermission permission)Verifies that theSubjectassociated with the currentAccessControlContexthas the requested permission.voidAuthorizationManager. checkPermission(AuthorizationPermission permission, String role)Verifies that theSubjectassociated with the currentAccessControlContexthas the requested permission and role.intAuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240. encode(AuthorizationPermission $1)booleanAuthorizationPermission. implies(AuthorizationPermission that)static RoleRole. newRole(String name, boolean inheritable, AuthorizationPermission... authorizationPermissions)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 voidLoggingAuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)voidNullAuditLogger. audit(Subject subject, AuditContext context, String contextName, AuthorizationPermission permission, AuditResponse response)
-