Uses of Interface
net.officefloor.web.security.HttpCredentials
-
Packages that use HttpCredentials Package Description net.officefloor.tutorial.authenticationhttpserver net.officefloor.web.security.scheme -
-
Uses of HttpCredentials in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with parameters of type HttpCredentials Modifier and Type Method Description void
LoginLogic.Flows. authenticate(HttpCredentials credentials)
-
Uses of HttpCredentials in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpCredentials Modifier and Type Class Description class
HttpCredentialsImpl
HttpCredentials
implementation.Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpCredentials Modifier and Type Method Description HttpSecurity<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows>
FormHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
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 HttpCredentials Modifier and Type Method Description protected void
FormHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows> context)
protected void
FormHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows> context)
-