Class PlainAuthTokenServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator<BinaryAuthToken>
-
- org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenServiceConfigurator
-
- All Implemented Interfaces:
Function<String,BinaryAuthToken>,ResourceServiceConfigurator,org.wildfly.clustering.service.Dependency,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class PlainAuthTokenServiceConfigurator extends AuthTokenServiceConfigurator<BinaryAuthToken>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description PlainAuthTokenServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryAuthTokenapply(String sharedSecret)-
Methods inherited from class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
build, configure, register
-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
apply
public BinaryAuthToken apply(String sharedSecret)
-
-