Uses of Interface
net.officefloor.web.spi.security.HttpChallengeContext
Packages that use HttpChallengeContext
Package
Description
-
Uses of HttpChallengeContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type HttpChallengeContextModifier and TypeMethodDescriptionstatic 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 HttpChallengeContextModifier and TypeClassDescriptionclassMockHttpChallengeContext<O extends Enum<O>,F extends Enum<F>> MockChallengeContextfor testingHttpSecuritySourceinstances. -
Uses of HttpChallengeContext in net.officefloor.web.spi.security
Subinterfaces of HttpChallengeContext in net.officefloor.web.spi.securityModifier and TypeInterfaceDescriptioninterfaceChallengeContext<O extends Enum<O>,F extends Enum<F>> Context for triggering a challenge.