Uses of Class
org.wildfly.common.context.ContextManager
-
Packages that use ContextManager Package Description org.jboss.ejb.client org.jboss.ejb.client.legacy org.wildfly.common.context Types related to management of contextual objects.org.wildfly.httpclient.common org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron. -
-
Uses of ContextManager in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return ContextManager Modifier and Type Method Description static ContextManager<EJBClientContext>EJBClientContext. getContextManager()Get the context manager.ContextManager<EJBClientContext>EJBClientContext. getInstanceContextManager()Get the context manager. -
Uses of ContextManager in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy that return ContextManager Modifier and Type Method Description static ContextManager<JBossEJBProperties>JBossEJBProperties. getContextManager()Get the context manager.ContextManager<JBossEJBProperties>JBossEJBProperties. getInstanceContextManager()Get the context manager. -
Uses of ContextManager in org.wildfly.common.context
Methods in org.wildfly.common.context that return ContextManager Modifier and Type Method Description ContextManager<C>Contextual. getInstanceContextManager()Get the context manager for this object. -
Uses of ContextManager in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return ContextManager Modifier and Type Method Description ContextManager<WildflyHttpContext>WildflyHttpContext. getInstanceContextManager() -
Uses of ContextManager in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return ContextManager Modifier and Type Method Description static ContextManager<AuthenticationContext>AuthenticationContext. getContextManager()Get the context manager for authentication contexts.ContextManager<AuthenticationContext>AuthenticationContext. getInstanceContextManager()
-