Interface Authenticator<T>
-
- All Known Subinterfaces:
BasicAuthAuthenticator
- All Known Implementing Classes:
OAuth2Authenticator
public interface Authenticator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<?>authenticate(T challenge)
-