Uses of Enum
org.qubership.atp.auth.springbootstarter.entities.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.qubership.atp.auth.springbootstarter.entities
Methods in org.qubership.atp.auth.springbootstarter.entities that return OperationModifier and TypeMethodDescriptionstatic OperationReturns the enum constant of this type with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.auth.springbootstarter.entities with parameters of type OperationModifier and TypeMethodDescriptionbooleanOperations.isOperationAvailable(Operation operation) Return permission for specified operationOperation. -
Uses of Operation in org.qubership.atp.auth.springbootstarter.security.permissions
Methods in org.qubership.atp.auth.springbootstarter.security.permissions with parameters of type OperationModifier and TypeMethodDescriptionbooleanPolicyEnforcement.checkAccess(String entityName, Set<UUID> projectIdSet, Operation action) Performs evaluation of authorization policies using given entity name, set of projects and operation for currently authenticated user.booleanPolicyEnforcement.checkAccess(String entityName, UUID projectId, Set<UUID> objectIds, Operation operation) Performs evaluation of authorization policies using given current project, set of objectIds and operation for currently authenticated user.booleanPolicyEnforcement.checkAccess(String entityName, UUID projectId, UUID objectId, Operation operation) Performs evaluation of authorization policies using given current project, objectId and operation for currently authenticated user.booleanPolicyEnforcement.checkAccess(String entityName, UUID projectId, Operation action) Performs evaluation of authorization policies using given current project, entity name and operation for currently authenticated user.booleanPolicyEnforcement.checkAccess(UUID projectId, Operation action) Performs evaluation of authorization policies using given current project and operation for currently authenticated user.booleanPolicyEnforcement.checkExternalAccess(String entityName, UUID projectId, Operation action) Performs evaluation of authorization policies using given current project, set of objectIds and operation for currently authenticated user.booleanPolicyEnforcement.checkPoliciesForOperation(String entityName, Project project, Operation operation) booleanPolicyEnforcement.checkPoliciesForOperation(Project project, Operation operation) Check policy for project.