public class DigestAuthTokenServiceConfigurator extends AuthTokenServiceConfigurator<BinaryAuthToken>
MD5Token, but can use any digest algorithm supported by the default security provider.| Constructor and Description |
|---|
DigestAuthTokenServiceConfigurator(org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
BinaryAuthToken |
apply(String sharedSecret) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model) |
build, registergetServiceNamepublic DigestAuthTokenServiceConfigurator(org.jboss.as.controller.PathAddress address)
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
configure in interface ResourceServiceConfiguratorconfigure in class AuthTokenServiceConfigurator<BinaryAuthToken>org.jboss.as.controller.OperationFailedExceptionpublic BinaryAuthToken apply(String sharedSecret)
Copyright © 2020 JBoss by Red Hat. All rights reserved.