Uses of Interface
net.officefloor.web.spi.security.AuthenticateContext
Packages that use AuthenticateContext
Package
Description
-
Uses of AuthenticateContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AuthenticateContextModifier and TypeMethodDescriptionvoidJwtHttpSecuritySource.authenticate(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 AuthenticateContextModifier and TypeClassDescriptionclassMockHttpAuthenticateContext<AC extends Serializable,O extends Enum<O>, F extends Enum<F>> MockAuthenticateContextfor testingHttpSecuritySourceinstances.Methods in net.officefloor.web.security.scheme with parameters of type AuthenticateContextModifier and TypeMethodDescriptionvoidAbstractMockHttpSecuritySource.authenticate(C credentials, AuthenticateContext<MockAccessControl, O, F> context) voidAnonymousHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<HttpAccessControl, None, None> context) voidMockChallengeHttpSecuritySource.authenticate(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 AuthenticateContextModifier and TypeMethodDescriptionvoidHttpSecurity.authenticate(C credentials, AuthenticateContext<AC, O, F> context) Undertakes authentication.