Package | Description |
---|---|
net.officefloor.plugin.web.http.security | |
net.officefloor.plugin.web.http.security.scheme |
Modifier and Type | Method and Description |
---|---|
void |
HttpSecuritySource.challenge(HttpChallengeContext<D,F> context)
Triggers the authentication challenge to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicHttpSecuritySource.challenge(HttpChallengeContext<BasicHttpSecuritySource.Dependencies,None> context) |
void |
DigestHttpSecuritySource.challenge(HttpChallengeContext<DigestHttpSecuritySource.Dependencies,None> context) |
void |
FormHttpSecuritySource.challenge(HttpChallengeContext<FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows> context) |
void |
MockHttpSecuritySource.challenge(HttpChallengeContext<None,None> context) |
Copyright © 2005–2016. All rights reserved.