Class DigestAuthTokenServiceConfigurator

All Implemented Interfaces:
Function<String,BinaryAuthToken>, ResourceServiceConfigurator, Dependency, ServiceConfigurator, ServiceNameProvider

public class DigestAuthTokenServiceConfigurator extends AuthTokenServiceConfigurator<BinaryAuthToken>
Builds an AUTH token, functionally equivalent to org.jgroups.auth.MD5Token, but can use any digest algorithm supported by the default security provider.
Author:
Paul Ferraro