Package org.wildfly.extension.elytron
Class ElytronExtension
java.lang.Object
org.wildfly.extension.elytron.ElytronExtension
- All Implemented Interfaces:
org.jboss.as.controller.Extension,org.jboss.as.controller.Feature
Main entry point for initialising the WildFly Elytron subsystem.
- Author:
- Kabir Khan, Darran Lofthouse
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<AuthenticationContext>The attachment key that is used for associating the authentication context with a deployment context.static final org.jboss.as.server.deployment.AttachmentKey<SSLContext>static final StringThe name of our subsystem within the model.protected static final org.jboss.as.controller.PathElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.jboss.as.controller.ExtensionContext context) voidinitializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context) Methods 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
The name of our subsystem within the model.- See Also:
-
AUTHENTICATION_CONTEXT_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<AuthenticationContext> AUTHENTICATION_CONTEXT_KEYThe attachment key that is used for associating the authentication context with a deployment context. -
SSL_CONTEXT_KEY
-
SUBSYSTEM_PATH
protected static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
-
-
Constructor Details
-
ElytronExtension
public ElytronExtension()
-
-
Method Details
-
initializeParsers
public void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context) - Specified by:
initializeParsersin interfaceorg.jboss.as.controller.Extension
-
initialize
public void initialize(org.jboss.as.controller.ExtensionContext context) - Specified by:
initializein interfaceorg.jboss.as.controller.Extension
-