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 classMockHttpChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>MockChallengeContextfor testingHttpSecuritySourceinstances.Methods in net.officefloor.web.security.scheme that return HttpChallenge Modifier and Type Method Description HttpChallengeMockHttpChallengeContext. 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 HttpChallengeHttpChallengeContext. setChallenge(java.lang.String authenticationScheme, java.lang.String realm)Sets theHttpChallenge.
-