public class DefaultRequestAuthenticatorFactory extends Object implements RequestAuthenticatorFactory
RequestAuthenticator out of a given AuthenticationScheme
This implementation returns a SAuthc1RequestAuthenticator when the authentication scheme is undefined.| Constructor and Description |
|---|
DefaultRequestAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
RequestAuthenticator |
create(AuthenticationScheme scheme)
Creates a
RequestAuthenticator out of the given AuthenticationScheme. |
public RequestAuthenticator create(AuthenticationScheme scheme)
RequestAuthenticator out of the given AuthenticationScheme.create in interface RequestAuthenticatorFactoryscheme - the authentication scheme enum defining the request authenticator to be createdCopyright © 2012–2014. All rights reserved.