Interface CredentialsParser<C>

Type Parameters:
C - The rich type that represents the credentials.

public interface CredentialsParser<C>
This interface is used to parse the credentials component of an Authorization HTTP header. It should be implemented for each authorization type that is wanted to be richly supported.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether this parser parses the given authorization type.
    parse(String credentials)
    Parse the provided credentials into a rich representation.