Class JwtValidationFilterTypeProvider

java.lang.Object
org.forgerock.openig.filter.jwt.JwtValidationFilterTypeProvider
All Implemented Interfaces:
org.forgerock.openig.model.type.service.TypeDefinitionProvider
Direct Known Subclasses:
IdTokenValidationFilterTypeProvider

public class JwtValidationFilterTypeProvider extends Object implements org.forgerock.openig.model.type.service.TypeDefinitionProvider
Provide JwtValidationFilter's TypeDefinition.
  • Constructor Details

    • JwtValidationFilterTypeProvider

      public JwtValidationFilterTypeProvider()
  • Method Details

    • execute

      public void execute(org.forgerock.openig.model.type.TypeDefinitionRegistry registry)
      Specified by:
      execute in interface org.forgerock.openig.model.type.service.TypeDefinitionProvider
    • addSharedAttributes

      protected void addSharedAttributes(org.forgerock.openig.model.type.ComponentTypeDefinition type)
      Add shared attribute definitions. Override this method in subtypes of JwtValidationFilterTypeProvider, calling this implementation to include parent configuration.
      Parameters:
      type - The component type being created