Module org.elasticsearch.security
Interface SamlAuthenticateResponseHandler.Factory
- All Known Implementing Classes:
SamlAuthenticateResponseHandler.DefaultFactory
- Enclosing interface:
SamlAuthenticateResponseHandler
public static interface SamlAuthenticateResponseHandler.Factory
The factory is used to make handler pluggable.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Settings settings, TokenService tokenService, Clock clock)
-
Method Details
-
create
-