Package org.wildfly.extension.undertow
Class ApplicationSecurityDomainDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.undertow.ApplicationSecurityDomainDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ApplicationSecurityDomainDefinition extends org.jboss.as.controller.PersistentResourceDefinitionAResourceDefinitionto define the mapping from a security domain as specified in a web application to anHttpAuthenticationFactoryplus additional policy information.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSecurityDomainDefinition.Registration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()protected List<? extends org.jboss.as.controller.PersistentResourceDefinition>getChildren()voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
getChildren
protected List<? extends org.jboss.as.controller.PersistentResourceDefinition> getChildren()
- Overrides:
getChildrenin classorg.jboss.as.controller.PersistentResourceDefinition
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
-