Class SSOManagementServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.SSOManagementServiceConfigurator
-
- All Implemented Interfaces:
Supplier<DistributableSSOManagementProvider>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
- Direct Known Subclasses:
HotRodSSOManagementServiceConfigurator,InfinispanSSOManagementServiceConfigurator
public abstract class SSOManagementServiceConfigurator extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, Supplier<DistributableSSOManagementProvider>
Abstract service configurator for single sign-on management providers.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SSOManagementServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-