Uses of Interface
net.officefloor.web.security.HttpAccessControl
Packages that use HttpAccessControl
Package
Description
-
Uses of HttpAccessControl in net.officefloor.web.jwt
Subinterfaces of HttpAccessControl in net.officefloor.web.jwt -
Uses of HttpAccessControl in net.officefloor.web.security
Methods in net.officefloor.web.security that return HttpAccessControlModifier and TypeMethodDescriptionHttpAuthentication.getAccessControl()Obtains theHttpAccessControl. -
Uses of HttpAccessControl in net.officefloor.web.security.impl
Method parameters in net.officefloor.web.security.impl with type arguments of type HttpAccessControlModifier and TypeMethodDescriptionprotected voidHttpAccessAdministrationSource.loadMetaData(AbstractAdministrationSource.MetaDataContext<HttpAccessControl, None, None> context) -
Uses of HttpAccessControl in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme that implement HttpAccessControlModifier and TypeClassDescriptionclassHttpSecurityenable access to all roles.classHttpAccessControlimplementation.classMockHttpAccessControl.Methods in net.officefloor.web.security.scheme that return HttpAccessControlModifier and TypeMethodDescriptionprotected HttpAccessControlFormHttpSecuritySource.authenticate(String userId, String realm, byte[] password, CredentialStore store) Undertakes the authentication.AnonymousHttpSecuritySource.getAccessControl()HttpAuthenticationImpl.getAccessControl()MockHttpAuthentication.getAccessControl()Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpAccessControlModifier 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) Methods in net.officefloor.web.security.scheme with parameters of type HttpAccessControlModifier and TypeMethodDescriptionvoidHttpAuthenticationImpl.accessControlChange(HttpAccessControl accessControl, Throwable escalation) Method parameters in net.officefloor.web.security.scheme with type arguments of type HttpAccessControlModifier and TypeMethodDescriptionvoidAnonymousHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<HttpAccessControl, None, None> context) AnonymousHttpSecuritySource.createAuthentication(AuthenticationContext<HttpAccessControl, Void> context) protected 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) booleanAnonymousHttpSecuritySource.ratify(Void credentials, RatifyContext<HttpAccessControl> context) Constructor parameters in net.officefloor.web.security.scheme with type arguments of type HttpAccessControlModifierConstructorDescriptionHttpAuthenticationImpl(AuthenticationContext<? extends HttpAccessControl, C> authenticationContext, Class<C> credentialsType) Instantiate. -
Uses of HttpAccessControl in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store that return HttpAccessControlModifier and TypeMethodDescriptionstatic HttpAccessControlCredentialStoreUtil.authenticate(String userId, String realm, byte[] credentials, String scheme, CredentialStore store) Convenience method to authenticate the user from theCredentialStore. -
Uses of HttpAccessControl in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpAccessControlModifier and TypeMethodDescriptionHttpAccessControlFactory.createHttpAccessControl(AC accessControl) CreatesHttpAccessControlfrom the custom access control.