Interface AuthenticationRequest<T,S>

Type Parameters:
T - The type of the identity
S - The type of the secret
All Known Implementing Classes:
UsernamePasswordCredentials

public interface AuthenticationRequest<T,S>
Represents a request to authenticate.
Since:
1.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getIdentity

      T getIdentity()
      Returns:
      The token in the request
    • getSecret

      S getSecret()
      Returns:
      The secret in the request