Uses of Interface
net.officefloor.web.spi.security.AuthenticateContext
-
Packages that use AuthenticateContext Package Description net.officefloor.web.jwt net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of AuthenticateContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AuthenticateContext Modifier and Type Method Description void
JwtHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<JwtHttpAccessControl<C>,None,JwtHttpSecuritySource.Flows> context)
-
Uses of AuthenticateContext in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement AuthenticateContext Modifier and Type Class Description class
MockHttpAuthenticateContext<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
MockAuthenticateContext
for testingHttpSecuritySource
instances.Methods in net.officefloor.web.security.scheme with parameters of type AuthenticateContext Modifier and Type Method Description void
AbstractMockHttpSecuritySource. authenticate(C credentials, AuthenticateContext<MockAccessControl,O,F> context)
void
AnonymousHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<HttpAccessControl,None,None> context)
void
MockChallengeHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<MockAccessControl,None,None> context)
void
MockFlowHttpSecuritySource. authenticate(MockCredentials credentials, AuthenticateContext<MockAccessControl,None,MockFlowHttpSecuritySource.Flows> context)
-
Uses of AuthenticateContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type AuthenticateContext Modifier and Type Method Description void
HttpSecurity. authenticate(C credentials, AuthenticateContext<AC,O,F> context)
Undertakes authentication.
-