Package net.officefloor.web.spi.security
Interface HttpAuthenticationFactory<A,C>
public interface HttpAuthenticationFactory<A,C>
Factory for the creation of the
HttpAuthentication.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateHttpAuthentication(A authentication) CreatesHttpAuthenticationfrom the custom authentication.
-
Method Details
-
createHttpAuthentication
CreatesHttpAuthenticationfrom the custom authentication.- Parameters:
authentication- Custom authentication.- Returns:
HttpAuthenticationadapting the custom access control.- Throws:
HttpException
-