Uses of Interface
net.officefloor.web.security.HttpAccessControl
-
-
Uses of HttpAccessControl in net.officefloor.tutorial.authenticationhttpserver
Methods in net.officefloor.tutorial.authenticationhttpserver with parameters of type HttpAccessControl Modifier and Type Method Description HelloLogic.TemplateDataHelloLogic. getTemplateData(HttpAccessControl accessControl) -
Uses of HttpAccessControl in net.officefloor.tutorial.swaggerhttpserver
Methods in net.officefloor.tutorial.swaggerhttpserver with parameters of type HttpAccessControl Modifier and Type Method Description voidServicer. secure(HttpAccessControl control, ObjectResponse<Response> response) -
Uses of HttpAccessControl in net.officefloor.web.jwt
Subinterfaces of HttpAccessControl in net.officefloor.web.jwt Modifier and Type Interface Description interfaceJwtHttpAccessControl<C>Extra JWT functions toHttpAccessControl. -
Uses of HttpAccessControl in net.officefloor.web.security
Methods in net.officefloor.web.security that return HttpAccessControl Modifier and Type Method Description HttpAccessControlHttpAuthentication. 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 HttpAccessControl Modifier and Type Method Description protected 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 HttpAccessControl Modifier and Type Class Description classAnonymousHttpSecuritySourceHttpSecurityenable access to all roles.classHttpAccessControlImplHttpAccessControlimplementation.classMockHttpAccessControlMockHttpAccessControl.Methods in net.officefloor.web.security.scheme that return HttpAccessControl Modifier and Type Method Description protected HttpAccessControlFormHttpSecuritySource. authenticate(java.lang.String userId, java.lang.String realm, byte[] password, CredentialStore store)Undertakes the authentication.HttpAccessControlAnonymousHttpSecuritySource. getAccessControl()HttpAccessControlHttpAuthenticationImpl. getAccessControl()HttpAccessControlMockHttpAuthentication. getAccessControl()Methods in net.officefloor.web.security.scheme that return types with arguments of type HttpAccessControl 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)Methods in net.officefloor.web.security.scheme with parameters of type HttpAccessControl Modifier and Type Method Description voidHttpAuthenticationImpl. accessControlChange(HttpAccessControl accessControl, java.lang.Throwable escalation)Constructor parameters in net.officefloor.web.security.scheme with type arguments of type HttpAccessControl Constructor Description HttpAuthenticationImpl(AuthenticationContext<? extends HttpAccessControl,C> authenticationContext, java.lang.Class<C> credentialsType)Instantiate. -
Uses of HttpAccessControl in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store that return HttpAccessControl Modifier and Type Method Description static HttpAccessControlCredentialStoreUtil. authenticate(java.lang.String userId, java.lang.String realm, byte[] credentials, java.lang.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 HttpAccessControl Modifier and Type Method Description HttpAccessControlHttpAccessControlFactory. createHttpAccessControl(AC accessControl)CreatesHttpAccessControlfrom the custom access control.
-