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