Uses of Class
net.officefloor.server.http.HttpException
Packages that use HttpException
Package
Description
-
Uses of HttpException in net.officefloor.server.http
Methods in net.officefloor.server.http that throw HttpExceptionModifier and TypeMethodDescriptionprotected abstract ProcessManagerAbstractHttpServicerFactory.service(ProcessAwareServerHttpConnectionManagedObject<ByteBuffer> connection) Services theProcessAwareServerHttpConnectionManagedObject.static StringEntityUtil.toString(HttpRequest request, Charset charset) Obtains the HTTP entity content from theHttpRequest. -
Uses of HttpException in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that throw HttpException -
Uses of HttpException in net.officefloor.web
Methods in net.officefloor.web that throw HttpExceptionModifier and TypeMethodDescriptionHttpPathFactoryImpl.createApplicationClientPath(T values) <T> HttpPathFactory<T>HttpInputPath.createHttpPathFactory(Class<T> valuesType) Creates theHttpPathFactory.<T> HttpPathFactory<T>HttpInputPathImpl.createHttpPathFactory(Class<T> valuesType) voidSends theObject. -
Uses of HttpException in net.officefloor.web.build
Methods in net.officefloor.web.build that throw HttpExceptionModifier and TypeMethodDescriptionHttpPathFactory.createApplicationClientPath(T values) Creates the client application path.voidHttpArgumentParser.parse(HttpRequest request, ValueLoader valueLoader) Parses the HTTP entity.HttpObjectParser.parse(ServerHttpConnection connection) Parses the object from theServerHttpConnection. -
Uses of HttpException in net.officefloor.web.escalation
Subclasses of HttpException in net.officefloor.web.escalation -
Uses of HttpException in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that throw HttpExceptionModifier and TypeMethodDescriptionvoidJwtHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<JwtHttpAccessControl<C>, None, JwtHttpSecuritySource.Flows> context) voidJwtHttpSecuritySource.challenge(ChallengeContext<None, JwtHttpSecuritySource.Flows> context) voidJwtHttpSecuritySource.logout(LogoutContext<None, JwtHttpSecuritySource.Flows> context) HttpSecurity<HttpAuthentication<Void>,JwtHttpAccessControl<C>, Void, None, JwtHttpSecuritySource.Flows> JwtHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) -
Uses of HttpException in net.officefloor.web.jwt.authority
Subclasses of HttpException in net.officefloor.web.jwt.authorityModifier and TypeClassDescriptionclassIndicates failure in creating an Access token.classIndicates failure in creating an Refresh token.classIndicates failure in obtaining theJwtValidateKeyinstances. -
Uses of HttpException in net.officefloor.web.route
Methods in net.officefloor.web.route that throw HttpExceptionModifier and TypeMethodDescriptionstatic StringWebRouter.transformToApplicationCanonicalPath(String path, String contextPath) Transforms the path to canonical path for the application.static StringWebRouter.transformToCanonicalPath(String path) Transforms the input Request URI path to a canonical path. -
Uses of HttpException in net.officefloor.web.security
Methods in net.officefloor.web.security that throw HttpExceptionModifier and TypeMethodDescriptionHttpAuthentication.getAccessControl()Obtains theHttpAccessControl.booleanHttpAuthentication.isAuthenticated()Indicates if authenticated. -
Uses of HttpException in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme that throw HttpExceptionModifier and TypeMethodDescriptionvoidAbstractMockHttpSecuritySource.authenticate(C credentials, AuthenticateContext<MockAccessControl, O, F> context) voidAnonymousHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<HttpAccessControl, None, None> context) protected HttpAccessControlFormHttpSecuritySource.authenticate(String userId, String realm, byte[] password, CredentialStore store) Undertakes the authentication.voidMockChallengeHttpSecuritySource.authenticate(Void credentials, AuthenticateContext<MockAccessControl, None, None> context) voidMockFlowHttpSecuritySource.authenticate(MockCredentials credentials, AuthenticateContext<MockAccessControl, None, MockFlowHttpSecuritySource.Flows> context) voidAbstractMockHttpSecuritySource.challenge(ChallengeContext<O, F> context) voidAnonymousHttpSecuritySource.challenge(ChallengeContext<None, None> context) voidMockChallengeHttpSecuritySource.challenge(ChallengeContext<None, None> context) voidMockFlowHttpSecuritySource.challenge(ChallengeContext<None, MockFlowHttpSecuritySource.Flows> context) HttpAuthenticationImpl.getAccessControl()MockHttpAuthentication.getAccessControl()booleanAnonymousHttpSecuritySource.isAuthenticated()booleanHttpAuthenticationImpl.isAuthenticated()booleanMockHttpAuthentication.isAuthenticated()voidAbstractMockHttpSecuritySource.logout(LogoutContext<O, F> context) voidAnonymousHttpSecuritySource.logout(LogoutContext<None, None> context) voidMockChallengeHttpSecuritySource.logout(LogoutContext<None, None> context) voidMockFlowHttpSecuritySource.logout(LogoutContext<None, MockFlowHttpSecuritySource.Flows> context) AbstractMockHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) AnonymousHttpSecuritySource.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) MockChallengeHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) HttpSecurity<MockAuthentication,MockAccessControl, MockCredentials, None, MockFlowHttpSecuritySource.Flows> MockFlowHttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) -
Uses of HttpException in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store that throw HttpExceptionModifier and TypeMethodDescriptionstatic HttpAccessControlCredentialStoreUtil.authenticate(String userId, String realm, byte[] credentials, String scheme, CredentialStore store) Convenience method to authenticate the user from theCredentialStore.static MessageDigestCredentialStoreUtil.createDigest(String algorithm) Creates theMessageDigestfor theCredentialStorealgorithm.CredentialStore.retrieveCredentialEntry(String userId, String realm) Retrieves theCredentialEntry.JndiLdapCredentialStore.retrieveCredentialEntry(String userId, String realm) byte[]CredentialEntry.retrieveCredentials()Retrieves the credentials.CredentialEntry.retrieveRoles()Retrieves the roles. -
Uses of HttpException in net.officefloor.web.session
Subclasses of HttpException in net.officefloor.web.sessionModifier and TypeClassDescriptionclassIndicates theHttpSessionis currently invalidated and can not be used.classIndicates theHttpSessionis currently being stored and can not be altered until storage is complete. -
Uses of HttpException in net.officefloor.web.spi.security
Subclasses of HttpException in net.officefloor.web.spi.securityModifier and TypeClassDescriptionclassIndicatesHttpUrlContinuationfailure inHttpAuthentication.Methods in net.officefloor.web.spi.security that throw HttpExceptionModifier and TypeMethodDescriptionvoidHttpSecurity.authenticate(C credentials, AuthenticateContext<AC, O, F> context) Undertakes authentication.voidHttpSecurity.challenge(ChallengeContext<O, F> context) Triggers the authentication challenge to the client.HttpAccessControlFactory.createHttpAccessControl(AC accessControl) CreatesHttpAccessControlfrom the custom access control.HttpAuthenticationFactory.createHttpAuthentication(A authentication) CreatesHttpAuthenticationfrom the custom authentication.voidHttpSecurity.logout(LogoutContext<O, F> context) Logs out.HttpSecuritySource.sourceHttpSecurity(HttpSecurityContext context) Sources theHttpSecurity. -
Uses of HttpException in net.officefloor.web.state
Methods in net.officefloor.web.state that throw HttpExceptionModifier and TypeMethodDescriptionHttpApplicationState.extractApplicationPath(ServerHttpConnection connection) Extracts the application path from theHttpRequest.HttpApplicationStateManagedObjectSource.extractApplicationPath(ServerHttpConnection connection) voidHttpRequestState.loadValues(ValueLoader valueLoader) Loads values from theHttpRequest. -
Uses of HttpException in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section that throw HttpExceptionModifier and TypeMethodDescriptionvoidBeanWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidLinkWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidPropertyWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidStaticWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) voidWebTemplateWriter.write(ServerWriter writer, boolean isDefaultCharset, Object bean, ServerHttpConnection connection, String templatePath) Writes the template content to theServerWriter. -
Uses of HttpException in net.officefloor.web.tokenise
Methods in net.officefloor.web.tokenise that throw HttpExceptionModifier and TypeMethodDescriptionvoidFormHttpArgumentParser.parse(HttpRequest request, ValueLoader valueLoader) static voidHttpRequestTokeniser.tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader) Tokenises theapplication/x-www-form-urlencodedentity.static voidHttpRequestTokeniser.tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader) Tokenises theHttpRequestfor the arguments to theValueLoader. -
Uses of HttpException in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that throw HttpExceptionModifier and TypeMethodDescriptionvoidRootStatelessValueLoader.loadValue(Object object, String name, int nameIndex, String value, HttpValueLocation location, Map<PropertyKey, Object> state) voidStatelessValueLoader.loadValue(Object object, String name, int nameIndex, String value, HttpValueLocation location, Map<PropertyKey, Object> state) Loads the value onto the object graph.voidValueLoader.loadValue(String name, String value, HttpValueLocation location) Loads the value onto the object graph.voidValueLoaderImpl.loadValue(String name, String value, HttpValueLocation location) static voidLoads the value onto the object. -
Uses of HttpException in net.officefloor.web.value.retrieve
Subclasses of HttpException in net.officefloor.web.value.retrieveMethods in net.officefloor.web.value.retrieve that throw HttpExceptionModifier and TypeMethodDescription<A> APropertyValueRetrieverImpl.getValueAnnotation(String name, Class<A> annotationType) <A> ARootValueRetrieverImpl.getValueAnnotation(String name, Class<A> annotationType) <A> AValueRetriever.getValueAnnotation(String name, Class<A> annotationType) Obtains the value annotation for the property on the object graph.Class<?>PropertyValueRetrieverImpl.getValueType(String name) Class<?>RootValueRetrieverImpl.getValueType(String name) Class<?>ValueRetriever.getValueType(String name) Obtains the value type for the property on the object graph.PropertyValueRetrieverImpl.retrieveValue(T object, String name) RootValueRetrieverImpl.retrieveValue(T object, String name) ValueRetriever.retrieveValue(T object, String name) Retrieves the value from the object graph. -
Uses of HttpException in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock that throw HttpException