Uses of Interface
net.officefloor.web.spi.security.HttpChallengeContext
-
Packages that use HttpChallengeContext Package Description net.officefloor.web.security.impl net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of HttpChallengeContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type HttpChallengeContext Modifier and Type Method Description static voidHttpChallengeContextManagedObjectSource. loadHttpChallenge(HttpChallengeContext httpChallengeContext, HttpResponse response)Loads theHttpChallengeto theHttpResponse. -
Uses of HttpChallengeContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpChallengeContext Modifier and Type Class Description classMockHttpChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>MockChallengeContextfor testingHttpSecuritySourceinstances. -
Uses of HttpChallengeContext in net.officefloor.web.spi.security
Subinterfaces of HttpChallengeContext in net.officefloor.web.spi.security Modifier and Type Interface Description interfaceChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Context for triggering a challenge.
-