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