Interface | Description |
---|---|
HttpContextProvider |
An implementation of this interface provides a security context URL
from a remote method invocation.
|
Class | Description |
---|---|
AnnotationHttpContextProvider |
A HTTP context provider, which parses
InvocationHttpContext
annotations on the given method invocation and evaluates the
context URL as described in the documentation of the annotation class. |
HttpAwareSupport |
A base class for services or interceptors, which need access to a
thread-bound http request and/or http response previously bound to the
current thread by an RPC servlet.
|
HttpCheckLoginService |
A default server-side implementation of a login service operating on
behalf of a
HttpLoginService instance and a thread-bound http request. |
HttpLoginInterceptor |
Check for a logged in user using the provided external login service and
an optional context provider.
|
Annotation Type | Description |
---|---|
InvocationHttpContext |
An annotation, which provides a context for an invocation.
|
Copyright © 2014 Clazzes.org. All Rights Reserved.