Uses of Class
org.opensaml.messaging.context.BaseContext
Packages that use BaseContext
Package
Description
Interfaces and classes for tracking message processing state.
Interfaces and classes for tracking HTTP message processing state.
A set of functions used to navigate and lookup data
from a tree of
BaseContexts.-
Uses of BaseContext in org.opensaml.messaging.context
Subclasses of BaseContext in org.opensaml.messaging.contextModifier and TypeClassDescriptionclassAn operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.final classA subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.final classA context component which holds the state related to the processing of a single message.final classA context subclass for holding arbitrary data in a map.Fields in org.opensaml.messaging.context declared as BaseContextModifier and TypeFieldDescriptionprivate BaseContextBaseContext.parentThe owning parent context.Fields in org.opensaml.messaging.context with type parameters of type BaseContextModifier and TypeFieldDescriptionprivate final Map<String,Class<? extends BaseContext>> BaseContext.DeprecatedContextClassNameLookAside.lookAsideMapMap of renamed classes.private ClassIndexedSet<BaseContext>BaseContext.subcontextsThe subcontexts being managed.private Iterator<BaseContext>BaseContext.ContextSetNoRemoveIteratorDecorator.wrappedIteratorThe decorated iterator.Methods in org.opensaml.messaging.context with type parameters of type BaseContextModifier and TypeMethodDescription<T extends BaseContext>
booleanBaseContext.containsSubcontext(Class<T> clazz) Return whether the current context currently contains an instance of the specified subcontext class.protected <T extends BaseContext>
TBaseContext.createSubcontext(Class<T> clazz) Create an instance of the specified subcontext class.<T extends BaseContext>
TBaseContext.ensureSubcontext(Class<T> clazz) Get a subcontext of the current context, creating it if it does not exist.<T extends BaseContext>
TBaseContext.getSubcontext(Class<T> clazz) Get a subcontext of the current context.<T extends BaseContext>
TBaseContext.getSubcontext(Class<T> clazz, boolean autocreate) Deprecated.<T extends BaseContext>
voidBaseContext.removeSubcontext(Class<T> clazz) Remove the subcontext from the current context which corresponds to the supplied class.Methods in org.opensaml.messaging.context that return BaseContextModifier and TypeMethodDescriptionBaseContext.addSubcontext(BaseContext subContext) Add a subcontext to the current context.BaseContext.addSubcontext(BaseContext subcontext, boolean replace) Add a subcontext to the current context.BaseContext.ensureSubcontext(String className) Get a subcontext of the current context, creating it if necessary.BaseContext.getParent()Get the parent context, if there is one.BaseContext.getSubcontext(String className) Get a subcontext of the current context.BaseContext.getSubcontext(String className, boolean autocreate) Deprecated.useensureSubcontext(String)or {#linkgetSubcontext(String).BaseContext.ContextSetNoRemoveIteratorDecorator.next()Methods in org.opensaml.messaging.context that return types with arguments of type BaseContextModifier and TypeMethodDescriptionClass<? extends BaseContext>Get the relocated class object if it exists.BaseContext.iterator()Methods in org.opensaml.messaging.context with parameters of type BaseContextModifier and TypeMethodDescriptionBaseContext.addSubcontext(BaseContext subContext) Add a subcontext to the current context.BaseContext.addSubcontext(BaseContext subcontext, boolean replace) Add a subcontext to the current context.voidBaseContext.removeSubcontext(BaseContext subcontext) Remove a subcontext from the current context.protected voidBaseContext.setParent(BaseContext newParent) Set the context parent.Constructor parameters in org.opensaml.messaging.context with type arguments of type BaseContextModifierConstructorDescriptionprotectedConstructor.DeprecatedContextClassNameLookAside(Map<String, Class<? extends BaseContext>> map) Constructor. -
Uses of BaseContext in org.opensaml.messaging.context.httpclient
Subclasses of BaseContext in org.opensaml.messaging.context.httpclientModifier and TypeClassDescriptionfinal classA context impl holding data related to the execution of anHttpClientrequest.
ensureSubcontext(Class)or {#linkgetSubcontext(Class).