Uses of Interface
net.officefloor.web.spi.security.AuthenticationContext
-
Packages that use AuthenticationContext Package Description net.officefloor.web.jwt net.officefloor.web.security.scheme net.officefloor.web.security.type net.officefloor.web.spi.security -
-
Uses of AuthenticationContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type AuthenticationContext Modifier and Type Method Description HttpAuthentication<java.lang.Void>
JwtHttpSecuritySource. createAuthentication(AuthenticationContext<JwtHttpAccessControl<C>,java.lang.Void> context)
-
Uses of AuthenticationContext in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type AuthenticationContext Modifier and Type Method Description MockAuthentication
AbstractMockHttpSecuritySource. createAuthentication(AuthenticationContext<MockAccessControl,C> context)
HttpAuthentication<java.lang.Void>
AnonymousHttpSecuritySource. createAuthentication(AuthenticationContext<HttpAccessControl,java.lang.Void> context)
MockAuthentication
MockChallengeHttpSecuritySource. createAuthentication(AuthenticationContext<MockAccessControl,java.lang.Void> context)
MockAuthentication
MockFlowHttpSecuritySource. createAuthentication(AuthenticationContext<MockAccessControl,MockCredentials> context)
Constructors in net.officefloor.web.security.scheme with parameters of type AuthenticationContext Constructor Description HttpAuthenticationImpl(AuthenticationContext<? extends HttpAccessControl,C> authenticationContext, java.lang.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 AuthenticationContext Modifier and Type Method Description static <AC extends java.io.Serializable,C>
AuthenticationContext<AC,C>HttpSecurityLoaderUtil. createAuthenticationContext(ServerHttpConnection connection, HttpSecurity<?,AC,C,?,?> security, java.util.function.Consumer<FunctionAuthenticateContext<AC,C>> handleAuthenticate)
Creates anAuthenticationContext
for testing. -
Uses of AuthenticationContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type AuthenticationContext Modifier and Type Method Description A
HttpSecurity. createAuthentication(AuthenticationContext<AC,C> context)
Creates the custom authentication.
-