| Modifier and Type | Class and Description |
|---|---|
class |
MessageContextImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalMessageContext |
| Modifier and Type | Field and Description |
|---|---|
protected MessageContext |
AbstractCachingMessageProvider.mc |
| Modifier and Type | Method and Description |
|---|---|
protected MessageContext |
AbstractJAXBProvider.getContext() |
protected MessageContext |
SourceProvider.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJAXBProvider.setContext(MessageContext context) |
void |
AbstractCachingMessageProvider.setMessageContext(MessageContext context) |
void |
JAXBElementProvider.setMessageContext(MessageContext mc) |
void |
MultipartProvider.setMessageContext(MessageContext context) |
void |
RequestDispatcherProvider.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
AbstractAtomElementBuilder.getMessageContext()
returns MessageContext
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAtomElementBuilder.setMessageContext(MessageContext context)
Sets MessageContext
|
void |
AtomPojoProvider.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONProvider.setMessageContext(MessageContext mc) |
| Modifier and Type | Method and Description |
|---|---|
void |
KerberosAuthenticationFilter.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc) |
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static List<Attachment> |
AttachmentUtils.getChildAttachments(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
Multipart id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id,
String mediaType) |
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc) |
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
static javax.ws.rs.core.MultivaluedMap<String,String> |
AttachmentUtils.populateFormMap(MessageContext mc) |
static javax.ws.rs.core.MultivaluedMap<String,String> |
AttachmentUtils.populateFormMap(MessageContext mc,
boolean errorIfMissing) |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
AbstractOAuthService.getMessageContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthorizationRequestHandler.handle(MessageContext mc,
OAuthDataProvider dataProvider) |
javax.ws.rs.core.Response |
AccessTokenHandler.handle(MessageContext mc,
OAuthDataProvider dataProvider,
net.oauth.OAuthValidator validator) |
javax.ws.rs.core.Response |
RequestTokenHandler.handle(MessageContext mc,
OAuthDataProvider dataProvider,
net.oauth.OAuthValidator validator) |
void |
AbstractOAuthService.setMessageContext(MessageContext context) |
void |
OAuthDefaultServices.setMessageContext(MessageContext mc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OAuthUtils.addParametersIfNeeded(MessageContext mc,
javax.servlet.http.HttpServletRequest request,
net.oauth.OAuthMessage oAuthMessage) |
static net.oauth.OAuthMessage |
OAuthUtils.getOAuthMessage(MessageContext mc,
javax.servlet.http.HttpServletRequest request,
String[] requiredParams) |
static javax.ws.rs.core.Response |
OAuthUtils.handleException(MessageContext mc,
Exception e,
int status) |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenValidation |
AccessTokenValidatorClient.validateAccessToken(MessageContext mc,
String authScheme,
String authSchemeData) |
| Modifier and Type | Method and Description |
|---|---|
String |
SessionAuthenticityTokenProvider.createSessionToken(MessageContext mc)
Creates a new session token and stores it
|
UserSubject |
SubjectCreator.createUserSubject(MessageContext mc)
Create a
UserSubject |
String |
SessionAuthenticityTokenProvider.getSessionToken(MessageContext mc)
Retrieves the stored session token
|
String |
SessionAuthenticityTokenProvider.removeSessionToken(MessageContext mc)
Removes the stored session token
|
AccessTokenValidation |
AccessTokenValidator.validateAccessToken(MessageContext mc,
String authScheme,
String authSchemeData) |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
AbstractAccessTokenValidator.getMessageContext() |
MessageContext |
AbstractOAuthService.getMessageContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAccessTokenValidator.setMessageContext(MessageContext context) |
void |
AbstractOAuthService.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenValidation |
MacAccessTokenValidator.validateAccessToken(MessageContext mc,
String authScheme,
String authSchemeData) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OAuthContextUtils.assertClient(MessageContext mc,
String client) |
static void |
OAuthContextUtils.assertRole(MessageContext mc,
String role) |
static String[] |
AuthorizationUtils.getAuthorizationParts(MessageContext mc) |
static String[] |
AuthorizationUtils.getAuthorizationParts(MessageContext mc,
Set<String> challenges) |
static String[] |
AuthorizationUtils.getAuthorizationParts(MessageContext mc,
Set<String> challenges,
String realm) |
static OAuthContext |
OAuthContextUtils.getContext(MessageContext mc) |
static boolean |
OAuthContextUtils.isUserInRole(MessageContext mc,
String role) |
static String |
OAuthContextUtils.resolveClient(MessageContext mc) |
static List<OAuthPermission> |
OAuthContextUtils.resolvePermissions(MessageContext mc) |
static String |
OAuthContextUtils.resolveTokenKey(MessageContext mc) |
static String |
OAuthContextUtils.resolveUserId(MessageContext mc) |
static String |
OAuthContextUtils.resolveUserName(MessageContext mc) |
static List<String> |
OAuthContextUtils.resolveUserRoles(MessageContext mc) |
Apache CXF