public interface InitContext
Provides:
Modifier and Type | Method and Description |
---|---|
org.infinispan.manager.EmbeddedCacheManager |
getInfinispanCacheManager()
Returns the Infinispan cache manager.
|
com.nimbusds.oauth2.sdk.id.Issuer |
getIssuer()
Deprecated.
|
com.nimbusds.oauth2.sdk.id.Issuer |
getOPIssuer()
Deprecated.
|
InputStream |
getResourceAsStream(String path)
Returns the resource located at the named path as an input stream.
|
ServiceContext |
getServiceContext()
Deprecated.
|
javax.servlet.ServletContext |
getServletContext()
Returns the servlet context.
|
URI |
getTokenEndpointURI()
Deprecated.
|
javax.servlet.ServletContext getServletContext()
InputStream getResourceAsStream(String path)
ServletContext.getResourceAsStream(java.lang.String)
.path
- The path to the resource, must be begin with a '/' and
is interpreted as relative to the web application root.
Must not be null
.null
if no
resource exists at the specified path.org.infinispan.manager.EmbeddedCacheManager getInfinispanCacheManager()
@Deprecated com.nimbusds.oauth2.sdk.id.Issuer getIssuer()
Use InvocationContext.getIssuer()
instead.
null
if not available (for a multi-tenant Connect2id
server).@Deprecated com.nimbusds.oauth2.sdk.id.Issuer getOPIssuer()
Use InvocationContext.getIssuer()
instead.
null
if not available (for a multi-tenant Connect2id
server).@Deprecated URI getTokenEndpointURI()
null
if not available (for a
multi-tenant Connect2id server).@Deprecated ServiceContext getServiceContext()
ininitialisation
will produce an
IllegalStateException
.
Use InvocationContext
instead.
Copyright © 2021 Connect2id Ltd.. All rights reserved.