Uses of Class
net.officefloor.web.security.scheme.MockAuthentication
Packages that use MockAuthentication
-
Uses of MockAuthentication in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return MockAuthenticationModifier and TypeMethodDescriptionAbstractMockHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, C> context) MockChallengeHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, Void> context) MockFlowHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, MockCredentials> context) Methods in net.officefloor.web.security.scheme that return types with arguments of type MockAuthenticationModifier 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 MockAuthenticationModifier and TypeMethodDescriptionprotected 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) Constructors in net.officefloor.web.security.scheme with parameters of type MockAuthenticationModifierConstructorDescriptionMockHttpAuthentication(MockAuthentication authentication, Class<C> credentialsType) Instantiate.