Interface CredentialsExtractor<C>

Type Parameters:
C - Context type.

public interface CredentialsExtractor<C>
Provider of credentials which works in given context and can provide credentials out of it.
Author:
Ɓukasz Dywicki - Initial contribution.