Uses of Class
net.officefloor.server.http.HttpException
-
-
Uses of HttpException in net.officefloor.server.http
Methods in net.officefloor.server.http that throw HttpException Modifier and Type Method Description protected abstract ProcessManagerAbstractHttpServicerFactory. service(ProcessAwareServerHttpConnectionManagedObject<java.nio.ByteBuffer> connection)Services theProcessAwareServerHttpConnectionManagedObject.static java.lang.StringEntityUtil. toString(HttpRequest request, java.nio.charset.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 Modifier and Type Method Description booleanHttpRequestParser. parse()Parses theHttpRequest. -
Uses of HttpException in net.officefloor.web
Methods in net.officefloor.web that throw HttpException Modifier and Type Method Description java.lang.StringHttpPathFactoryImpl. createApplicationClientPath(T values)<T> HttpPathFactory<T>HttpInputPath. createHttpPathFactory(java.lang.Class<T> valuesType)Creates theHttpPathFactory.<T> HttpPathFactory<T>HttpInputPathImpl. createHttpPathFactory(java.lang.Class<T> valuesType)voidObjectResponse. send(T object)Sends theObject. -
Uses of HttpException in net.officefloor.web.build
Methods in net.officefloor.web.build that throw HttpException Modifier and Type Method Description java.lang.StringHttpPathFactory. createApplicationClientPath(T values)Creates the client application path.voidHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)Parses the HTTP entity.THttpObjectParser. parse(ServerHttpConnection connection)Parses the object from theServerHttpConnection. -
Uses of HttpException in net.officefloor.web.escalation
Subclasses of HttpException in net.officefloor.web.escalation Modifier and Type Class Description classBadRequestHttpExceptionBad requestHttpException.classNotFoundHttpExceptionNot foundHttpException. -
Uses of HttpException in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that throw HttpException Modifier and Type Method Description voidJwtHttpSecuritySource. authenticate(java.lang.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<java.lang.Void>,JwtHttpAccessControl<C>,java.lang.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.authority Modifier and Type Class Description classAccessTokenExceptionIndicates failure in creating an Access token.classRefreshTokenExceptionIndicates failure in creating an Refresh token.classValidateKeysExceptionIndicates failure in obtaining theJwtValidateKeyinstances. -
Uses of HttpException in net.officefloor.web.route
Methods in net.officefloor.web.route that throw HttpException Modifier and Type Method Description static java.lang.StringWebRouter. transformToApplicationCanonicalPath(java.lang.String path, java.lang.String contextPath)Transforms the path to canonical path for the application.static java.lang.StringWebRouter. transformToCanonicalPath(java.lang.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 HttpException Modifier and Type Method Description HttpAccessControlHttpAuthentication. getAccessControl()Obtains theHttpAccessControl.booleanHttpAuthentication. isAuthenticated()Indicates if authenticated. -
Uses of HttpException in net.officefloor.web.security.scheme
-
Uses of HttpException in net.officefloor.web.security.store
Methods in net.officefloor.web.security.store that throw HttpException 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.static java.security.MessageDigestCredentialStoreUtil. createDigest(java.lang.String algorithm)Creates theMessageDigestfor theCredentialStorealgorithm.CredentialEntryCredentialStore. retrieveCredentialEntry(java.lang.String userId, java.lang.String realm)Retrieves theCredentialEntry.CredentialEntryJndiLdapCredentialStore. retrieveCredentialEntry(java.lang.String userId, java.lang.String realm)byte[]CredentialEntry. retrieveCredentials()Retrieves the credentials.java.util.Set<java.lang.String>CredentialEntry. retrieveRoles()Retrieves the roles. -
Uses of HttpException in net.officefloor.web.session
Subclasses of HttpException in net.officefloor.web.session Modifier and Type Class Description classInvalidatedSessionHttpExceptionIndicates theHttpSessionis currently invalidated and can not be used.classStoringSessionHttpExceptionIndicates 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.security Modifier and Type Class Description classAuthenticationContinuationExceptionIndicatesHttpUrlContinuationfailure inHttpAuthentication.Methods in net.officefloor.web.spi.security that throw HttpException Modifier and Type Method Description voidHttpSecurity. authenticate(C credentials, AuthenticateContext<AC,O,F> context)Undertakes authentication.voidHttpSecurity. challenge(ChallengeContext<O,F> context)Triggers the authentication challenge to the client.HttpAccessControlHttpAccessControlFactory. createHttpAccessControl(AC accessControl)CreatesHttpAccessControlfrom the custom access control.HttpAuthentication<C>HttpAuthenticationFactory. createHttpAuthentication(A authentication)CreatesHttpAuthenticationfrom the custom authentication.voidHttpSecurity. logout(LogoutContext<O,F> context)Logs out.HttpSecurity<A,AC,C,O,F>HttpSecuritySource. sourceHttpSecurity(HttpSecurityContext context)Sources theHttpSecurity. -
Uses of HttpException in net.officefloor.web.state
Methods in net.officefloor.web.state that throw HttpException Modifier and Type Method Description java.lang.StringHttpApplicationState. extractApplicationPath(ServerHttpConnection connection)Extracts the application path from theHttpRequest.java.lang.StringHttpApplicationStateManagedObjectSource. 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 HttpException Modifier and Type Method Description voidBeanWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidLinkWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidPropertyWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidStaticWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)voidWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)Writes the template content to theServerWriter. -
Uses of HttpException in net.officefloor.web.tokenise
Methods in net.officefloor.web.tokenise that throw HttpException Modifier and Type Method Description voidFormHttpArgumentParser. 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 HttpException Modifier and Type Method Description voidRootStatelessValueLoader. loadValue(java.lang.Object object, java.lang.String name, int nameIndex, java.lang.String value, HttpValueLocation location, java.util.Map<PropertyKey,java.lang.Object> state)voidStatelessValueLoader. loadValue(java.lang.Object object, java.lang.String name, int nameIndex, java.lang.String value, HttpValueLocation location, java.util.Map<PropertyKey,java.lang.Object> state)Loads the value onto the object graph.voidValueLoader. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)Loads the value onto the object graph.voidValueLoaderImpl. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)static voidValueLoaderSource. loadValue(java.lang.Object object, java.lang.reflect.Method method, java.lang.Object... parameters)Loads the value onto the object. -
Uses of HttpException in net.officefloor.web.value.retrieve
Subclasses of HttpException in net.officefloor.web.value.retrieve Modifier and Type Class Description classRetrieveValueExceptionHttpExceptionfrom attempting to retrieve a value.Methods in net.officefloor.web.value.retrieve that throw HttpException Modifier and Type Method Description <A> APropertyValueRetrieverImpl. getValueAnnotation(java.lang.String name, java.lang.Class<A> annotationType)<A> ARootValueRetrieverImpl. getValueAnnotation(java.lang.String name, java.lang.Class<A> annotationType)<A> AValueRetriever. getValueAnnotation(java.lang.String name, java.lang.Class<A> annotationType)Obtains the value annotation for the property on the object graph.java.lang.Class<?>PropertyValueRetrieverImpl. getValueType(java.lang.String name)java.lang.Class<?>RootValueRetrieverImpl. getValueType(java.lang.String name)java.lang.Class<?>ValueRetriever. getValueType(java.lang.String name)Obtains the value type for the property on the object graph.java.lang.ObjectPropertyValueRetrieverImpl. retrieveValue(T object, java.lang.String name)java.lang.ObjectRootValueRetrieverImpl. retrieveValue(T object, java.lang.String name)java.lang.ObjectValueRetriever. retrieveValue(T object, java.lang.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 Modifier and Type Method Description voidMockObjectResponse. send(T object)
-