Uses of Interface
net.officefloor.web.spi.security.HttpSecurityActionContext
Packages that use HttpSecurityActionContext
-
Uses of HttpSecurityActionContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpSecurityActionContextModifier and TypeClassDescriptionclassAbstractMockHttpSecurityActionContext<O extends Enum<O>,F extends Enum<F>> Abstract mockHttpSecurityActionContextandHttpSecurityApplicationContext.classMockHttpAuthenticateContext<AC extends Serializable,O extends Enum<O>, F extends Enum<F>> MockAuthenticateContextfor testingHttpSecuritySourceinstances.classMockHttpChallengeContext<O extends Enum<O>,F extends Enum<F>> MockChallengeContextfor testingHttpSecuritySourceinstances.classMockHttpLogoutContext<O extends Enum<O>,F extends Enum<F>> MockLogoutContextfor testingHttpSecuritySourceinstances.classMockHttpRatifyContext<AC extends Serializable>MockRatifyContextfor testingHttpSecuritySourceinstances. -
Uses of HttpSecurityActionContext in net.officefloor.web.spi.security
Subinterfaces of HttpSecurityActionContext in net.officefloor.web.spi.securityModifier and TypeInterfaceDescriptioninterfaceAuthenticateContext<AC extends Serializable,O extends Enum<O>, F extends Enum<F>> Context for authentication.interfaceChallengeContext<O extends Enum<O>,F extends Enum<F>> Context for triggering a challenge.interfaceLogoutContext<O extends Enum<O>,F extends Enum<F>> Context for logging out.interfaceRatifyContext<AC extends Serializable>HTTP ratify context.