Class ClientTlsOptionsTypeProvider

java.lang.Object
org.forgerock.openig.security.ClientTlsOptionsTypeProvider
All Implemented Interfaces:
org.forgerock.openig.model.type.service.TypeDefinitionProvider

public class ClientTlsOptionsTypeProvider extends Object
Provide ClientTlsOptionsHeaplet's TypeDefinition.
  • Field Details

    • INTERFACE_TYPE_DEFINITION

      public static final org.forgerock.openig.model.type.InterfaceTypeDefinition INTERFACE_TYPE_DEFINITION
      The name of the interface type used to reference this type.
  • Constructor Details

    • ClientTlsOptionsTypeProvider

      public ClientTlsOptionsTypeProvider()
  • Method Details

    • getComponentTypeDefinition

      protected org.forgerock.openig.model.type.ComponentTypeDefinition getComponentTypeDefinition()
      Returns the component type definition.
      Returns:
      the component type definition
    • addAttributeDefinition

      protected void addAttributeDefinition(org.forgerock.openig.model.type.ComponentTypeDefinition type)
      Adds custom attributes to the component type definition.
      Parameters:
      type - the component type definition
    • execute

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