Uses of Class
net.officefloor.web.security.scheme.FormHttpSecuritySource.Flows
-
Packages that use FormHttpSecuritySource.Flows Package Description net.officefloor.web.security.scheme -
-
Uses of FormHttpSecuritySource.Flows in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that return FormHttpSecuritySource.Flows Modifier and Type Method Description static FormHttpSecuritySource.Flows
FormHttpSecuritySource.Flows. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormHttpSecuritySource.Flows[]
FormHttpSecuritySource.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 FormHttpSecuritySource.Flows Modifier and Type Method Description HttpSecurity<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows>
FormHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.security.scheme with type arguments of type FormHttpSecuritySource.Flows Modifier and Type Method Description protected void
FormHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows> context)
-