Module org.elasticsearch.security
Class SamlAuthenticateResponseHandler.DefaultFactory
java.lang.Object
org.elasticsearch.xpack.security.authc.saml.SamlAuthenticateResponseHandler.DefaultFactory
- All Implemented Interfaces:
SamlAuthenticateResponseHandler.Factory
- Enclosing interface:
SamlAuthenticateResponseHandler
public static class SamlAuthenticateResponseHandler.DefaultFactory
extends Object
implements SamlAuthenticateResponseHandler.Factory
The default factory that creates
DefaultSamlAuthenticateResponseHandler.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Settings settings, TokenService tokenService, Clock clock)
-
Constructor Details
-
DefaultFactory
public DefaultFactory()
-
-
Method Details
-
create
public SamlAuthenticateResponseHandler create(Settings settings, TokenService tokenService, Clock clock) - Specified by:
createin interfaceSamlAuthenticateResponseHandler.Factory
-