Uses of Interface
net.officefloor.web.spi.security.RatifyContext
-
Packages that use RatifyContext Package Description net.officefloor.web.jwt net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of RatifyContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type RatifyContext Modifier and Type Method Description boolean
JwtHttpSecuritySource. ratify(java.lang.Void credentials, RatifyContext<JwtHttpAccessControl<C>> context)
-
Uses of RatifyContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement RatifyContext Modifier and Type Class Description class
MockHttpRatifyContext<AC extends java.io.Serializable>
MockRatifyContext
for testingHttpSecuritySource
instances.Methods in net.officefloor.web.security.scheme with parameters of type RatifyContext Modifier and Type Method Description boolean
AbstractMockHttpSecuritySource. ratify(C credentials, RatifyContext<MockAccessControl> context)
boolean
AnonymousHttpSecuritySource. ratify(java.lang.Void credentials, RatifyContext<HttpAccessControl> context)
boolean
MockChallengeHttpSecuritySource. ratify(java.lang.Void credentials, RatifyContext<MockAccessControl> context)
boolean
MockFlowHttpSecuritySource. 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 RatifyContext Modifier and Type Method Description boolean
HttpSecurity. ratify(C credentials, RatifyContext<AC> context)
Ratifies whether enough information is available to undertake authentication.
-