Uses of Interface
net.officefloor.web.spi.security.ChallengeContext
Packages that use ChallengeContext
Package
Description
-
Uses of ChallengeContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type ChallengeContextModifier and TypeMethodDescriptionvoidJwtHttpSecuritySource.challenge(ChallengeContext<None, JwtHttpSecuritySource.Flows> context) -
Uses of ChallengeContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement ChallengeContextModifier and TypeClassDescriptionclassMockHttpChallengeContext<O extends Enum<O>,F extends Enum<F>> MockChallengeContextfor testingHttpSecuritySourceinstances.Methods in net.officefloor.web.security.scheme with parameters of type ChallengeContextModifier and TypeMethodDescriptionvoidAbstractMockHttpSecuritySource.challenge(ChallengeContext<O, F> context) voidAnonymousHttpSecuritySource.challenge(ChallengeContext<None, None> context) voidMockChallengeHttpSecuritySource.challenge(ChallengeContext<None, None> context) voidMockFlowHttpSecuritySource.challenge(ChallengeContext<None, MockFlowHttpSecuritySource.Flows> context) -
Uses of ChallengeContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type ChallengeContextModifier and TypeMethodDescriptionvoidHttpSecurity.challenge(ChallengeContext<O, F> context) Triggers the authentication challenge to the client.