Uses of Interface
net.officefloor.web.security.HttpAuthentication
Packages that use HttpAuthentication
Package
Description
-
Uses of HttpAuthentication in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that return HttpAuthenticationModifier and TypeMethodDescriptionJwtHttpSecuritySource.createAuthentication(AuthenticationContext<JwtHttpAccessControl<C>, Void> context) Methods in net.officefloor.web.jwt that return types with arguments of type HttpAuthenticationModifier and TypeMethodDescriptionHttpSecurity<HttpAuthentication<Void>,JwtHttpAccessControl<C>, Void, None, JwtHttpSecuritySource.Flows> JwtHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) Method parameters in net.officefloor.web.jwt with type arguments of type HttpAuthenticationModifier and TypeMethodDescriptionprotected voidJwtHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<Void>, JwtHttpAccessControl<C>, Void, None, JwtHttpSecuritySource.Flows> context) -
Uses of HttpAuthentication in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpAuthenticationModifier and TypeClassDescriptionclassHttpSecurityenable access to all roles.classHttpAuthenticationimplementation.classMockHttpAuthentication.Methods in net.officefloor.web.security.scheme that return HttpAuthenticationModifier and TypeMethodDescriptionAnonymousHttpSecuritySource.createAuthentication(AuthenticationContext<HttpAccessControl, Void> context) Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpAuthenticationModifier and TypeMethodDescriptionAnonymousHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) HttpSecurity<HttpAuthentication<Void>,HttpAccessControl, Void, BasicHttpSecuritySource.Dependencies, None> BasicHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) HttpSecurity<HttpAuthentication<Void>,HttpAccessControl, Void, DigestHttpSecuritySource.Dependencies, None> DigestHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) HttpSecurity<HttpAuthentication<HttpCredentials>,HttpAccessControl, HttpCredentials, FormHttpSecuritySource.Dependencies, FormHttpSecuritySource.Flows> FormHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) Method parameters in net.officefloor.web.security.scheme with type arguments of type HttpAuthenticationModifier and TypeMethodDescriptionprotected voidAnonymousHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<Void>, HttpAccessControl, Void, None, None> context) protected voidBasicHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<Void>, HttpAccessControl, Void, BasicHttpSecuritySource.Dependencies, None> context) protected voidDigestHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<Void>, HttpAccessControl, Void, DigestHttpSecuritySource.Dependencies, None> context) protected voidFormHttpSecuritySource.loadMetaData(AbstractHttpSecuritySource.MetaDataContext<HttpAuthentication<HttpCredentials>, HttpAccessControl, HttpCredentials, FormHttpSecuritySource.Dependencies, FormHttpSecuritySource.Flows> context) -
Uses of HttpAuthentication in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type HttpAuthenticationModifier and TypeMethodDescriptionstatic <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 HttpAuthenticationModifier and TypeMethodDescriptionHttpAuthenticationFactory.createHttpAuthentication(A authentication) CreatesHttpAuthenticationfrom the custom authentication.