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 voidHelloLogic. 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 voidJwtHttpSecuritySource. 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 classAnonymousHttpSecuritySourceHttpSecurityenable access to all roles.classHttpAuthenticationImpl<C>HttpAuthenticationimplementation.classMockHttpAuthentication<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> voidHttpSecurityLoaderUtil. authenticate(HttpAuthentication<C> authentication, C credentials)Undertakes authentication.static <C> voidHttpSecurityLoaderUtil. 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)CreatesHttpAuthenticationfrom the custom authentication.
-