Package net.officefloor.web.spi.security
Interface HttpAccessControlFactory<AC extends Serializable>
public interface HttpAccessControlFactory<AC extends Serializable>
Factory for the creation of the
HttpAccessControl.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateHttpAccessControl(AC accessControl) CreatesHttpAccessControlfrom the custom access control.
-
Method Details
-
createHttpAccessControl
CreatesHttpAccessControlfrom the custom access control.- Parameters:
accessControl- Custom access control.- Returns:
HttpAccessControladapting the custom access control.- Throws:
HttpException
-