-
public interface AuthHandler
-
-
Method Summary
Modifier and Type Method Description abstract AuthProvider
providerFor(String strategy, String connection)
Tries to supply an AuthProvider for a given strategy and connection name. -
-
Method Detail
-
providerFor
abstract AuthProvider providerFor(String strategy, String connection)
Tries to supply an AuthProvider for a given strategy and connection name. If it can't provide one it will return null.
- Parameters:
strategy
- name of the strategy to provide an Auth handler forconnection
- name of the connection to provide an Auth handler for
-
-
-
-