Class CipherAuthTokenServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator<CipherAuthToken>
-
- org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenServiceConfigurator
-
- All Implemented Interfaces:
Function<String,CipherAuthToken>,ResourceServiceConfigurator,Dependency,ServiceConfigurator,ServiceNameProvider
public class CipherAuthTokenServiceConfigurator extends AuthTokenServiceConfigurator<CipherAuthToken>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CipherAuthTokenServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipherAuthTokenapply(String authValue)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)<V> org.jboss.msc.service.ServiceBuilder<V>register(org.jboss.msc.service.ServiceBuilder<V> builder)-
Methods inherited from class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
build
-
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
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Specified by:
configurein interfaceResourceServiceConfigurator- Overrides:
configurein classAuthTokenServiceConfigurator<CipherAuthToken>- Throws:
org.jboss.as.controller.OperationFailedException
-
register
public <V> org.jboss.msc.service.ServiceBuilder<V> register(org.jboss.msc.service.ServiceBuilder<V> builder)
- Specified by:
registerin interfaceDependency- Overrides:
registerin classAuthTokenServiceConfigurator<CipherAuthToken>
-
apply
public CipherAuthToken apply(String authValue)
-
-