Class AddElytronSubsystemConfig<S>
- java.lang.Object
-
- org.jboss.migration.core.task.component.ComponentTask.Builder<P,T>
-
- org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>
-
- org.jboss.migration.wfly10.config.task.management.subsystem.AddSubsystemResourceSubtaskBuilder<S>
-
- org.jboss.migration.wfly11.task.subsystem.elytron.AddElytronSubsystemConfig<S>
-
- org.jboss.migration.eap.task.subsystem.elytron.AddElytronSubsystemConfig<S>
-
- All Implemented Interfaces:
org.jboss.migration.core.task.component.ComponentTaskBuilder<org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceBuildParameters<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>>,org.jboss.migration.core.task.component.LeafTaskBuilder<org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceBuildParameters<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>>,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceComponentTaskBuilder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>>,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTaskBuilder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent,org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder<S,org.jboss.migration.wfly10.config.management.SubsystemResource.Parent>>
public class AddElytronSubsystemConfig<S> extends org.jboss.migration.wfly11.task.subsystem.elytron.AddElytronSubsystemConfig<S>- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description AddElytronSubsystemConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddMappers(org.jboss.migration.wfly10.config.management.ManageableServerConfiguration configuration, org.jboss.as.controller.PathAddress subsystemPathAddress, org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder compositeOperationBuilder)protected voidaddSecurityDomains(org.jboss.migration.wfly10.config.management.ManageableServerConfiguration configuration, org.jboss.as.controller.PathAddress subsystemPathAddress, org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder compositeOperationBuilder)-
Methods inherited from class org.jboss.migration.wfly11.task.subsystem.elytron.AddElytronSubsystemConfig
addAuditLogging, addConfiguration, addHttp, addOperationSteps, addProviders, addSasl, addSecurityRealms, addSubsystem
-
Methods inherited from class org.jboss.migration.wfly10.config.task.management.subsystem.AddSubsystemResourceSubtaskBuilder
getSubsystem
-
Methods inherited from class org.jboss.migration.wfly10.config.task.management.resource.ManageableResourceLeafTask.Builder
buildTask, getThis
-
Methods inherited from class org.jboss.migration.core.task.component.ComponentTask.Builder
afterRunBuilder, beforeRunBuilder, build, buildName, buildRunnable, getAfterRunBuilder, getBeforeRunBuilder, getSkipPolicyBuilder, getTaskNameBuilder, nameBuilder, skipPolicyBuilder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.migration.core.task.component.ComponentTaskBuilder
afterRun, afterRunBuilder, beforeRun, beforeRunBuilder, build, name, name, nameBuilder, skipPolicies, skipPolicy, skipPolicyBuilder, skipPolicyBuilders
-
-
-
-
Method Detail
-
addSecurityDomains
protected void addSecurityDomains(org.jboss.migration.wfly10.config.management.ManageableServerConfiguration configuration, org.jboss.as.controller.PathAddress subsystemPathAddress, org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder compositeOperationBuilder)- Overrides:
addSecurityDomainsin classorg.jboss.migration.wfly11.task.subsystem.elytron.AddElytronSubsystemConfig<S>
-
addMappers
protected void addMappers(org.jboss.migration.wfly10.config.management.ManageableServerConfiguration configuration, org.jboss.as.controller.PathAddress subsystemPathAddress, org.jboss.as.controller.client.helpers.Operations.CompositeOperationBuilder compositeOperationBuilder)- Overrides:
addMappersin classorg.jboss.migration.wfly11.task.subsystem.elytron.AddElytronSubsystemConfig<S>
-
-