Class AbstractHttpSecuritySource<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>>

java.lang.Object
net.officefloor.web.spi.security.impl.AbstractHttpSecuritySource<A,AC,C,O,F>
All Implemented Interfaces:
HttpSecuritySource<A,AC,C,O,F>
Direct Known Subclasses:
AbstractMockHttpSecuritySource, AnonymousHttpSecuritySource, BasicHttpSecuritySource, DigestHttpSecuritySource, FormHttpSecuritySource, JwtHttpSecuritySource, MockChallengeHttpSecuritySource, MockFlowHttpSecuritySource

public abstract class AbstractHttpSecuritySource<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>> extends Object implements HttpSecuritySource<A,AC,C,O,F>
Author:
Daniel Sagenschneider