Interface HttpSecuritySource<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>>

All Known Implementing Classes:
AbstractHttpSecuritySource, AbstractMockHttpSecuritySource, AnonymousHttpSecuritySource, BasicHttpSecuritySource, DigestHttpSecuritySource, FormHttpSecuritySource, JwtHttpSecuritySource, MockChallengeHttpSecuritySource, MockFlowHttpSecuritySource

public interface HttpSecuritySource<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>>

Source for obtaining HttpSecurity.

As security is specific to applications, both the security object and credentials are specified by the application.

Author:
Daniel Sagenschneider