Package | Description |
---|---|
net.officefloor.plugin.web.http.security | |
net.officefloor.plugin.web.http.security.scheme |
Modifier and Type | Method and Description |
---|---|
void |
HttpSecuritySource.authenticate(HttpAuthenticateContext<S,C,D> context)
Undertakes authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
FormHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,HttpCredentials,FormHttpSecuritySource.Dependencies> context) |
void |
BasicHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,Void,BasicHttpSecuritySource.Dependencies> context) |
void |
DigestHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,Void,DigestHttpSecuritySource.Dependencies> context) |
void |
MockHttpSecuritySource.authenticate(HttpAuthenticateContext<HttpSecurity,Void,None> context) |
Copyright © 2005–2016. All rights reserved.