Class AddApplicationRealmSSLServerIdentity<S>
- java.lang.Object
-
- org.jboss.migration.core.task.component.ComponentTask.Builder<P,T>
-
- org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>
-
- org.jboss.migration.wfly10.config.task.update.AddApplicationRealmSSLServerIdentity<S>
-
- All Implemented Interfaces:
org.jboss.migration.core.task.component.ComponentTaskBuilder<org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationBuildParameters<S>,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>>,org.jboss.migration.core.task.component.LeafTaskBuilder<org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationBuildParameters<S>,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>>,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationComponentTaskBuilder<S,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>>,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTaskBuilder<S,org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>>
public class AddApplicationRealmSSLServerIdentity<S> extends org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>Migration of security realms fully compatible with WildFly 10.- Author:
- emmartins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAddApplicationRealmSSLServerIdentity.RunnableBuilder<S>
-
Field Summary
Fields Modifier and Type Field Description static StringSERVER_IDENTITY_NAME
-
Constructor Summary
Constructors Constructor Description AddApplicationRealmSSLServerIdentity()
-
Method Summary
-
Methods inherited from class org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.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
-
-
-
-
Field Detail
-
SERVER_IDENTITY_NAME
public static final String SERVER_IDENTITY_NAME
- See Also:
- Constant Field Values
-
-