Package org.forgerock.openig.security
Class ClientTlsOptionsTypeProvider
java.lang.Object
org.forgerock.openig.security.ClientTlsOptionsTypeProvider
- All Implemented Interfaces:
org.forgerock.openig.model.type.service.TypeDefinitionProvider
Provide
ClientTlsOptionsHeaplet's TypeDefinition.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.forgerock.openig.model.type.InterfaceTypeDefinitionThe name of the interface type used to reference this type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAttributeDefinition(org.forgerock.openig.model.type.ComponentTypeDefinition type) Adds custom attributes to the component type definition.voidexecute(org.forgerock.openig.model.type.TypeDefinitionRegistry registry) protected org.forgerock.openig.model.type.ComponentTypeDefinitionReturns the component type definition.
-
Field Details
-
INTERFACE_TYPE_DEFINITION
public static final org.forgerock.openig.model.type.InterfaceTypeDefinition INTERFACE_TYPE_DEFINITIONThe 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:
executein interfaceorg.forgerock.openig.model.type.service.TypeDefinitionProvider
-