Package | Description |
---|---|
org.opensaml.messaging.context |
Interfaces and classes for tracking message processing state.
|
org.opensaml.messaging.context.httpclient | |
org.opensaml.messaging.context.navigate |
A set of
Function s used to navigate and lookup data
from a tree of BaseContext s. |
Modifier and Type | Class and Description |
---|---|
class |
InOutOperationContext<InboundMessageType,OutboundMessageType>
An operation context which represents concretely a message exchange pattern involving an
inbound message and an outbound message.
|
class |
MessageChannelSecurityContext
A subcontext which carries information about whether the message channel in use is considered
to have the active properties of confidentiality and integrity.
|
class |
MessageContext<MessageType>
A context component which holds the state related to the processing of a single message.
|
Modifier and Type | Field and Description |
---|---|
private BaseContext |
BaseContext.parent
The owning parent context.
|
Modifier and Type | Field and Description |
---|---|
private net.shibboleth.utilities.java.support.collection.ClassIndexedSet<BaseContext> |
BaseContext.subcontexts
The subcontexts being managed.
|
private Iterator<BaseContext> |
BaseContext.ContextSetNoRemoveIteratorDecorator.wrappedIterator
The decorated iterator.
|
Modifier and Type | Method and Description |
---|---|
<T extends BaseContext> |
BaseContext.containsSubcontext(Class<T> clazz)
Return whether the current context currently contains an instance of
the specified subcontext class.
|
protected <T extends BaseContext> |
BaseContext.createSubcontext(Class<T> clazz)
Create an instance of the specified subcontext class.
|
<T extends BaseContext> |
BaseContext.getSubcontext(Class<T> clazz)
Get a subcontext of the current context.
|
<T extends BaseContext> |
BaseContext.getSubcontext(Class<T> clazz,
boolean autocreate)
Get a subcontext of the current context.
|
<T extends BaseContext> |
BaseContext.removeSubcontext(Class<T> clazz)
Remove the subcontext from the current context which corresponds to the supplied class.
|
Modifier and Type | Method and Description |
---|---|
BaseContext |
BaseContext.addSubcontext(BaseContext subContext)
Add a subcontext to the current context.
|
BaseContext |
BaseContext.addSubcontext(BaseContext subcontext,
boolean replace)
Add a subcontext to the current context.
|
BaseContext |
BaseContext.getParent()
Get the parent context, if there is one.
|
BaseContext |
BaseContext.getSubcontext(String className)
Get a subcontext of the current context.
|
BaseContext |
BaseContext.getSubcontext(String className,
boolean autocreate)
Get a subcontext of the current context.
|
BaseContext |
BaseContext.ContextSetNoRemoveIteratorDecorator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<BaseContext> |
BaseContext.iterator() |
Modifier and Type | Method and Description |
---|---|
BaseContext |
BaseContext.addSubcontext(BaseContext subContext)
Add a subcontext to the current context.
|
BaseContext |
BaseContext.addSubcontext(BaseContext subcontext,
boolean replace)
Add a subcontext to the current context.
|
void |
BaseContext.removeSubcontext(BaseContext subcontext)
Remove a subcontext from the current context.
|
protected void |
BaseContext.setParent(BaseContext newParent)
Set the context parent.
|
Constructor and Description |
---|
BaseContext.ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext> iterator)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientRequestContext
A context impl holding data related to the execution of an
HttpClient request. |
Modifier and Type | Class and Description |
---|---|
class |
ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>
A
ContextDataLookupFunction that gets the child context of a given parent context. |
class |
ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>
A
ContextDataLookupFunction that gets the child context of a given parent context. |
interface |
ContextDataLookupFunction<F extends BaseContext,T>
A
Function that is used to navigate a BaseContext tree and extract data from it. |
class |
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that gets the parent of a given context. |
class |
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that gets the parent of a given context. |
class |
RecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that recurses up the parent chain of the input via
getParent() , and returns the first parent context that is an instance
of the specified type. |
class |
RecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that recurses up the parent chain of the input via
getParent() , and returns the first parent context that is an instance
of the specified type. |
class |
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>
A
ContextDataLookupFunction that gets the root of context tree. |
class |
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>
A
ContextDataLookupFunction that gets the root of context tree. |
Modifier and Type | Method and Description |
---|---|
RootContext |
RootContextLookup.apply(BaseContext input) |
Copyright © 1999–2015. All rights reserved.