Package net.officefloor.web.spi.security
Interface HttpAccessControlFactory<AC extends java.io.Serializable>
-
public interface HttpAccessControlFactory<AC extends java.io.Serializable>
Factory for the creation of theHttpAccessControl
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpAccessControl
createHttpAccessControl(AC accessControl)
CreatesHttpAccessControl
from the custom access control.
-
-
-
Method Detail
-
createHttpAccessControl
HttpAccessControl createHttpAccessControl(AC accessControl) throws HttpException
CreatesHttpAccessControl
from the custom access control.- Parameters:
accessControl
- Custom access control.- Returns:
HttpAccessControl
adapting the custom access control.- Throws:
HttpException
-
-