Uses of Interface
net.officefloor.web.spi.security.AuthenticationContext
Packages that use AuthenticationContext
Package
Description
-
Uses of AuthenticationContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AuthenticationContextModifier and TypeMethodDescriptionJwtHttpSecuritySource.createAuthentication(AuthenticationContext<JwtHttpAccessControl<C>, Void> context) -
Uses of AuthenticationContext in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type AuthenticationContextModifier and TypeMethodDescriptionAbstractMockHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, C> context) AnonymousHttpSecuritySource.createAuthentication(AuthenticationContext<HttpAccessControl, Void> context) MockChallengeHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, Void> context) MockFlowHttpSecuritySource.createAuthentication(AuthenticationContext<MockAccessControl, MockCredentials> context) Constructors in net.officefloor.web.security.scheme with parameters of type AuthenticationContextModifierConstructorDescriptionHttpAuthenticationImpl(AuthenticationContext<? extends HttpAccessControl, C> authenticationContext, Class<C> credentialsType) Instantiate.MockAuthentication(AuthenticationContext<MockAccessControl, ?> authenticationContext) Instantiate. -
Uses of AuthenticationContext in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return AuthenticationContextModifier and TypeMethodDescriptionstatic <AC extends Serializable,C>
AuthenticationContext<AC,C> HttpSecurityLoaderUtil.createAuthenticationContext(ServerHttpConnection connection, HttpSecurity<?, AC, C, ?, ?> security, Consumer<FunctionAuthenticateContext<AC, C>> handleAuthenticate) Creates anAuthenticationContextfor testing. -
Uses of AuthenticationContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type AuthenticationContextModifier and TypeMethodDescriptionHttpSecurity.createAuthentication(AuthenticationContext<AC, C> context) Creates the custom authentication.