Uses of Class
net.officefloor.web.security.scheme.MockAccessControl
-
Packages that use MockAccessControl Package Description net.officefloor.web.security.scheme -
-
Uses of MockAccessControl in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return MockAccessControl Modifier and Type Method Description MockAccessControl
MockAuthentication. getAccessControl()
Obtains theMockAccessControl
.Methods in net.officefloor.web.security.scheme that return types with arguments of type MockAccessControl Modifier and Type Method Description HttpSecurity<MockAuthentication,MockAccessControl,C,O,F>
AbstractMockHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<MockAuthentication,MockAccessControl,java.lang.Void,None,None>
MockChallengeHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<MockAuthentication,MockAccessControl,MockCredentials,None,MockFlowHttpSecuritySource.Flows>
MockFlowHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Constructors in net.officefloor.web.security.scheme with parameters of type MockAccessControl Constructor Description MockHttpAccessControl(MockAccessControl accessControl)
Instantiate.Constructor parameters in net.officefloor.web.security.scheme with type arguments of type MockAccessControl Constructor Description MockAuthentication(AuthenticationContext<MockAccessControl,?> authenticationContext)
Instantiate.
-