Uses of Class
net.officefloor.web.security.HttpAccess
-
-
Uses of HttpAccess in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with annotations of type HttpAccess Modifier and Type Method Description HelloLogic.TemplateDataHelloLogic. getTemplateData(HttpAccessControl accessControl) -
Uses of HttpAccess in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with annotations of type HttpAccess Modifier and Type Method Description voidSecuredResource. secure(ServerHttpConnection connection) -
Uses of HttpAccess in net.officefloor.tutorial.jwtresourcehttpserver
Methods in net.officefloor.tutorial.jwtresourcehttpserver with annotations of type HttpAccess Modifier and Type Method Description voidSecuredResource. secure(Claims claims, ServerHttpConnection connection) -
Uses of HttpAccess in net.officefloor.tutorial.swaggerhttpserver
Methods in net.officefloor.tutorial.swaggerhttpserver with annotations of type HttpAccess Modifier and Type Method Description voidServicer. secure(HttpAccessControl control, ObjectResponse<Response> response)
-