Class IDMExtension
java.lang.Object
org.jboss.as.controller.extension.AbstractLegacyExtension
org.wildfly.extension.picketlink.idm.IDMExtension
- All Implemented Interfaces:
org.jboss.as.controller.Extension,org.jboss.as.controller.Feature
public class IDMExtension
extends org.jboss.as.controller.extension.AbstractLegacyExtension
- Author:
- Pedro Silva
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.ModelVersionstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.as.controller.descriptions.ResourceDescriptionResolvergetResourceDescriptionResolver(String keyPrefix) protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration>initializeLegacyModel(org.jboss.as.controller.ExtensionContext context) protected voidinitializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context) Methods inherited from class org.jboss.as.controller.extension.AbstractLegacyExtension
initialize, initializeParsersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Field Details
-
SUBSYSTEM_NAME
- See Also:
-
DEPRECATED_SINCE
public static final org.jboss.as.controller.ModelVersion DEPRECATED_SINCE
-
-
Constructor Details
-
IDMExtension
public IDMExtension()
-
-
Method Details
-
getResourceDescriptionResolver
public static org.jboss.as.controller.descriptions.ResourceDescriptionResolver getResourceDescriptionResolver(String keyPrefix) -
initializeLegacyModel
protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration> initializeLegacyModel(org.jboss.as.controller.ExtensionContext context) - Specified by:
initializeLegacyModelin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-
initializeLegacyParsers
protected void initializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context) - Specified by:
initializeLegacyParsersin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-