@Deprecated public class IdentityLegacyCapabilityServiceConfigurator<T> extends SimpleServiceNameProvider implements CapabilityServiceConfigurator
IdentityCapabilityServiceConfigurator, but uses legacy service installation.| Constructor and Description |
|---|
IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
BinaryServiceNameFactory targetFactory,
String requirementParent,
String requirementChild)
Deprecated.
|
IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
ServiceNameFactory targetFactory)
Deprecated.
|
IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
UnaryServiceNameFactory targetFactory,
String requirementName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target)
Deprecated.
|
ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
Deprecated.
|
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamepublic IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
ServiceNameFactory targetFactory)
public IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
UnaryServiceNameFactory targetFactory,
String requirementName)
public IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name,
Class<T> targetClass,
BinaryServiceNameFactory targetFactory,
String requirementParent,
String requirementChild)
public ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface ServiceConfiguratorCopyright © 2022 JBoss by Red Hat. All rights reserved.