Class AdminType

java.lang.Object
org.forgerock.openig.http.AdminType
All Implemented Interfaces:
org.forgerock.openig.model.type.service.TypeDefinitionProvider

public final class AdminType extends Object implements org.forgerock.openig.model.type.service.TypeDefinitionProvider
Provides the Admin type definition.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.forgerock.openig.model.type.StructTypeDefinition
    The Admin type.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.forgerock.openig.model.type.TypeDefinitionRegistry registry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TYPE

      public static final org.forgerock.openig.model.type.StructTypeDefinition TYPE
      The Admin type.
  • Constructor Details

    • AdminType

      public AdminType()
  • 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