Interface CompositeAuthenticationHandler

All Superinterfaces:
AuthenticationHandler
All Known Implementing Classes:
MultiSchemeAuthenticationHandler

public interface CompositeAuthenticationHandler extends AuthenticationHandler
Interface to support multiple authentication mechanisms simultaneously.
  • Method Details

    • getTokenTypes

      Collection<String> getTokenTypes()
      This method returns the token types supported by this authentication handler.
      Returns:
      the token types supported by this authentication handler.