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:
    AuthorizationHeader.parseCredentials(CredentialsParser)