Class RolesAllowedWiring

java.lang.Object
org.opencastproject.graphql.directive.RolesAllowedWiring
All Implemented Interfaces:
graphql.annotations.directives.AnnotationsDirectiveWiring

public class RolesAllowedWiring extends Object implements graphql.annotations.directives.AnnotationsDirectiveWiring
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    graphql.schema.GraphQLFieldDefinition
    onField(graphql.annotations.directives.AnnotationsWiringEnvironment environment)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface graphql.annotations.directives.AnnotationsDirectiveWiring

    onArgument, onEnum, onEnumValue, onInputObjectField, onInputObjectType, onInterface, onObject, onScalar, onUnion
  • Constructor Details

    • RolesAllowedWiring

      public RolesAllowedWiring()
  • Method Details

    • onField

      public graphql.schema.GraphQLFieldDefinition onField(graphql.annotations.directives.AnnotationsWiringEnvironment environment)
      Specified by:
      onField in interface graphql.annotations.directives.AnnotationsDirectiveWiring