Uses of Class
net.officefloor.web.security.scheme.MockAccessControl
Packages that use MockAccessControl
-
Uses of MockAccessControl in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return MockAccessControlModifier and TypeMethodDescriptionMockAuthentication.getAccessControl()Obtains theMockAccessControl.Methods in net.officefloor.web.security.scheme that return types with arguments of type MockAccessControlModifier and TypeMethodDescriptionAbstractMockHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) MockChallengeHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) HttpSecurity<MockAuthentication,MockAccessControl, MockCredentials, None, MockFlowHttpSecuritySource.Flows> MockFlowHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) Method parameters in net.officefloor.web.security.scheme with type arguments of type MockAccessControlModifier and TypeMethodDescriptionvoidAbstractMockHttpSecuritySource.authenticate(C credentials, AuthenticateContext<MockAccessControl, O, F> context) voidMockChallengeHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<MockAccessControl, None, None> context) voidMockFlowHttpSecuritySource.authenticate(MockCredentials credentials, AuthenticateContext<MockAccessControl, None, MockFlowHttpSecuritySource.Flows> context) AbstractMockHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, C> context) MockChallengeHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, Void> context) MockFlowHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, MockCredentials> context) protected voidAbstractMockHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<MockAuthentication, MockAccessControl, C, O, F> context) protected voidMockChallengeHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<MockAuthentication, MockAccessControl, Void, None, None> context) protected voidMockFlowHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<MockAuthentication, MockAccessControl, MockCredentials, None, MockFlowHttpSecuritySource.Flows> context) booleanAbstractMockHttpSecuritySource.ratify(C credentials, RatifyContext<MockAccessControl> context) booleanMockChallengeHttpSecuritySource.ratify(Void credentials, RatifyContext<MockAccessControl> context) booleanMockFlowHttpSecuritySource.ratify(MockCredentials credentials, RatifyContext<MockAccessControl> context) Constructors in net.officefloor.web.security.scheme with parameters of type MockAccessControlModifierConstructorDescriptionMockHttpAccessControl(MockAccessControl accessControl) Instantiate.Constructor parameters in net.officefloor.web.security.scheme with type arguments of type MockAccessControlModifierConstructorDescriptionMockAuthentication(AuthenticationContext<MockAccessControl, ?> authenticationContext) Instantiate.