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 ProcessManager
AbstractHttpServicerFactory. service(ProcessAwareServerHttpConnectionManagedObject<java.nio.ByteBuffer> connection)
Services theProcessAwareServerHttpConnectionManagedObject
.static java.lang.String
EntityUtil. 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 boolean
HttpRequestParser. 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.String
HttpPathFactoryImpl. 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)
void
ObjectResponse. 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.String
HttpPathFactory. createApplicationClientPath(T values)
Creates the client application path.void
HttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)
Parses the HTTP entity.T
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 Modifier and Type Class Description class
BadRequestHttpException
Bad requestHttpException
.class
NotFoundHttpException
Not foundHttpException
. -
Uses of HttpException in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt that throw HttpException Modifier and Type Method Description void
JwtHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateContext<JwtHttpAccessControl<C>,None,JwtHttpSecuritySource.Flows> context)
void
JwtHttpSecuritySource. challenge(ChallengeContext<None,JwtHttpSecuritySource.Flows> context)
void
JwtHttpSecuritySource. 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 class
AccessTokenException
Indicates failure in creating an Access token.class
RefreshTokenException
Indicates failure in creating an Refresh token.class
ValidateKeysException
Indicates failure in obtaining theJwtValidateKey
instances. -
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.String
WebRouter. transformToApplicationCanonicalPath(java.lang.String path, java.lang.String contextPath)
Transforms the path to canonical path for the application.static java.lang.String
WebRouter. 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 HttpAccessControl
HttpAuthentication. getAccessControl()
Obtains theHttpAccessControl
.boolean
HttpAuthentication. 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 HttpAccessControl
CredentialStoreUtil. 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.MessageDigest
CredentialStoreUtil. createDigest(java.lang.String algorithm)
Creates theMessageDigest
for theCredentialStore
algorithm.CredentialEntry
CredentialStore. retrieveCredentialEntry(java.lang.String userId, java.lang.String realm)
Retrieves theCredentialEntry
.CredentialEntry
JndiLdapCredentialStore. 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 class
InvalidatedSessionHttpException
Indicates theHttpSession
is currently invalidated and can not be used.class
StoringSessionHttpException
Indicates theHttpSession
is 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 class
AuthenticationContinuationException
IndicatesHttpUrlContinuation
failure inHttpAuthentication
.Methods in net.officefloor.web.spi.security that throw HttpException Modifier and Type Method Description void
HttpSecurity. authenticate(C credentials, AuthenticateContext<AC,O,F> context)
Undertakes authentication.void
HttpSecurity. challenge(ChallengeContext<O,F> context)
Triggers the authentication challenge to the client.HttpAccessControl
HttpAccessControlFactory. createHttpAccessControl(AC accessControl)
CreatesHttpAccessControl
from the custom access control.HttpAuthentication<C>
HttpAuthenticationFactory. createHttpAuthentication(A authentication)
CreatesHttpAuthentication
from the custom authentication.void
HttpSecurity. 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.String
HttpApplicationState. extractApplicationPath(ServerHttpConnection connection)
Extracts the application path from theHttpRequest
.java.lang.String
HttpApplicationStateManagedObjectSource. extractApplicationPath(ServerHttpConnection connection)
void
HttpRequestState. 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 void
BeanWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
LinkWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
PropertyWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
StaticWebTemplateWriter. write(ServerWriter writer, boolean isDefaultCharset, java.lang.Object bean, ServerHttpConnection connection, java.lang.String templatePath)
void
WebTemplateWriter. 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 void
FormHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)
static void
HttpRequestTokeniser. tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader)
Tokenises theapplication/x-www-form-urlencoded
entity.static void
HttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)
Tokenises theHttpRequest
for 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 void
RootStatelessValueLoader. 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)
void
StatelessValueLoader. 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.void
ValueLoader. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)
Loads the value onto the object graph.void
ValueLoaderImpl. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)
static void
ValueLoaderSource. 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 class
RetrieveValueException
HttpException
from attempting to retrieve a value.Methods in net.officefloor.web.value.retrieve that throw HttpException Modifier and Type Method Description <A> A
PropertyValueRetrieverImpl. getValueAnnotation(java.lang.String name, java.lang.Class<A> annotationType)
<A> A
RootValueRetrieverImpl. getValueAnnotation(java.lang.String name, java.lang.Class<A> annotationType)
<A> A
ValueRetriever. 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.Object
PropertyValueRetrieverImpl. retrieveValue(T object, java.lang.String name)
java.lang.Object
RootValueRetrieverImpl. retrieveValue(T object, java.lang.String name)
java.lang.Object
ValueRetriever. 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 void
MockObjectResponse. send(T object)
-