Uses of Class
net.officefloor.web.security.scheme.MockFlowHttpSecuritySource.Flows
-
Packages that use MockFlowHttpSecuritySource.Flows Package Description net.officefloor.web.security.scheme -
-
Uses of MockFlowHttpSecuritySource.Flows in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return MockFlowHttpSecuritySource.Flows Modifier and Type Method Description static MockFlowHttpSecuritySource.Flows
MockFlowHttpSecuritySource.Flows. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MockFlowHttpSecuritySource.Flows[]
MockFlowHttpSecuritySource.Flows. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.officefloor.web.security.scheme that return types with arguments of type MockFlowHttpSecuritySource.Flows Modifier and Type Method Description HttpSecurity<MockAuthentication,MockAccessControl,MockCredentials,None,MockFlowHttpSecuritySource.Flows>
MockFlowHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.security.scheme with type arguments of type MockFlowHttpSecuritySource.Flows Modifier and Type Method Description void
MockFlowHttpSecuritySource. authenticate(MockCredentials credentials, AuthenticateContext<MockAccessControl,None,MockFlowHttpSecuritySource.Flows> context)
void
MockFlowHttpSecuritySource. challenge(ChallengeContext<None,MockFlowHttpSecuritySource.Flows> context)
protected void
MockFlowHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<MockAuthentication,MockAccessControl,MockCredentials,None,MockFlowHttpSecuritySource.Flows> context)
void
MockFlowHttpSecuritySource. logout(LogoutContext<None,MockFlowHttpSecuritySource.Flows> context)
-