public interface InitContext
Example use: Initialisation of OpenID Connect claims sources in the Connect2id server.
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getResourceAsStream(java.lang.String path)
Returns the resource located at the named path as an input stream.
|
java.io.InputStream getResourceAsStream(java.lang.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.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.