Uses of Interface
net.officefloor.web.security.HttpAuthentication
-
-
Uses of HttpAuthentication in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with parameters of type HttpAuthentication Modifier and Type Method Description void
HelloLogic. logout(HttpAuthentication<?> authentication)
-
Uses of HttpAuthentication in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return HttpAuthentication Modifier and Type Method Description HttpAuthentication<java.lang.Void>
JwtHttpSecuritySource. createAuthentication(AuthenticationContext<JwtHttpAccessControl<C>,java.lang.Void> context)
Methods in net.officefloor.web.jwt that return types with arguments of type HttpAuthentication Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows>
JwtHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
Method parameters in net.officefloor.web.jwt with type arguments of type HttpAuthentication Modifier and Type Method Description protected void
JwtHttpSecuritySource. loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.Void,None,JwtHttpSecuritySource.Flows> context)
-
Uses of HttpAuthentication in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpAuthentication Modifier and Type Class Description class
AnonymousHttpSecuritySource
HttpSecurity
enable access to all roles.class
HttpAuthenticationImpl<C>
HttpAuthentication
implementation.class
MockHttpAuthentication<C>
MockHttpAuthentication
.Methods in net.officefloor.web.security.scheme that return HttpAuthentication Modifier and Type Method Description HttpAuthentication<java.lang.Void>
AnonymousHttpSecuritySource. createAuthentication(AuthenticationContext<HttpAccessControl,java.lang.Void> context)
Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpAuthentication Modifier and Type Method Description HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,None,None>
AnonymousHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,BasicHttpSecuritySource.Dependencies,None>
BasicHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,DigestHttpSecuritySource.Dependencies,None>
DigestHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
HttpSecurity<HttpAuthentication<HttpCredentials>,HttpAccessControl,HttpCredentials,FormHttpSecuritySource.Dependencies,FormHttpSecuritySource.Flows>
FormHttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)
-
Uses of HttpAuthentication in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type HttpAuthentication Modifier and Type Method Description static <C> void
HttpSecurityLoaderUtil. authenticate(HttpAuthentication<C> authentication, C credentials)
Undertakes authentication.static <C> void
HttpSecurityLoaderUtil. logout(HttpAuthentication<C> authentication)
Undertakes logout. -
Uses of HttpAuthentication in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpAuthentication Modifier and Type Method Description HttpAuthentication<C>
HttpAuthenticationFactory. createHttpAuthentication(A authentication)
CreatesHttpAuthentication
from the custom authentication.
-