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)
CreatesHttpAuthentication
from the custom authentication.
-
-
-
Method Detail
-
createHttpAuthentication
HttpAuthentication<C> createHttpAuthentication(A authentication) throws HttpException
CreatesHttpAuthentication
from the custom authentication.- Parameters:
authentication
- Custom authentication.- Returns:
HttpAuthentication
adapting the custom access control.- Throws:
HttpException
-
-