Uses of Interface
net.officefloor.web.spi.security.RatifyContext
Packages that use RatifyContext
Package
Description
-
Uses of RatifyContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type RatifyContextModifier and TypeMethodDescriptionbooleanJwtHttpSecuritySource.ratify(Void credentials, RatifyContext<JwtHttpAccessControl<C>> context) -
Uses of RatifyContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement RatifyContextModifier and TypeClassDescriptionclassMockHttpRatifyContext<AC extends Serializable>MockRatifyContextfor testingHttpSecuritySourceinstances.Methods in net.officefloor.web.security.scheme with parameters of type RatifyContextModifier and TypeMethodDescriptionbooleanAbstractMockHttpSecuritySource.ratify(C credentials, RatifyContext<MockAccessControl> context) booleanAnonymousHttpSecuritySource.ratify(Void credentials, RatifyContext<HttpAccessControl> context) booleanMockChallengeHttpSecuritySource.ratify(Void credentials, RatifyContext<MockAccessControl> context) booleanMockFlowHttpSecuritySource.ratify(MockCredentials credentials, RatifyContext<MockAccessControl> context) -
Uses of RatifyContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type RatifyContextModifier and TypeMethodDescriptionbooleanHttpSecurity.ratify(C credentials, RatifyContext<AC> context) Ratifies whether enough information is available to undertake authentication.