Uses of Interface
net.officefloor.web.spi.security.HttpChallenge
-
Packages that use HttpChallenge Package Description net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of HttpChallenge in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpChallenge Modifier and Type Class Description class
MockHttpChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
MockChallengeContext
for testingHttpSecuritySource
instances.Methods in net.officefloor.web.security.scheme that return HttpChallenge Modifier and Type Method Description HttpChallenge
MockHttpChallengeContext. setChallenge(java.lang.String authenticationScheme, java.lang.String realm)
-
Uses of HttpChallenge in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpChallenge Modifier and Type Method Description HttpChallenge
HttpChallengeContext. setChallenge(java.lang.String authenticationScheme, java.lang.String realm)
Sets theHttpChallenge
.
-