Class GraphQLOperationConstraintImpl

java.lang.Object
io.jmix.security.impl.constraint.GraphQLOperationConstraintImpl
All Implemented Interfaces:
AccessConstraint<GraphQLOperationAccessContext>, GraphQLOperationConstraint<GraphQLOperationAccessContext>

@Deprecated(forRemoval=true) @Component("sec_GraphQLOperationConstraintImpl") @Scope("prototype") public class GraphQLOperationConstraintImpl extends Object implements GraphQLOperationConstraint<GraphQLOperationAccessContext>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • PERMANENTLY_ALLOWED_OPERATIONS

      protected static final Set<String> PERMANENTLY_ALLOWED_OPERATIONS
      Deprecated, for removal: This API element is subject to removal in a future version.
    • secureOperations

      protected SecureOperations secureOperations
      Deprecated, for removal: This API element is subject to removal in a future version.
    • policyStore

      protected PolicyStore policyStore
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GraphQLOperationConstraintImpl

      public GraphQLOperationConstraintImpl()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details