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 voidJwtHttpSecuritySource. 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 classMockHttpAuthenticateContext<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>MockAuthenticateContextfor testingHttpSecuritySourceinstances.Methods in net.officefloor.web.security.scheme with parameters of type AuthenticateContext Modifier and Type Method Description voidAbstractMockHttpSecuritySource. authenticate(C credentials, AuthenticateContext<MockAccessControl,O,F> context)voidAnonymousHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<HttpAccessControl,None,None> context)voidMockChallengeHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<MockAccessControl,None,None> context)voidMockFlowHttpSecuritySource. 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 voidHttpSecurity. authenticate(C credentials, AuthenticateContext<AC,O,F> context)Undertakes authentication.
-