|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionProperties | |
---|---|
org.sblim.wbem.client | Public API for client connections and WBEM operations. |
org.sblim.wbem.client.indications | Public API for creation of indication listeners. |
org.sblim.wbem.http | Internal implementation of HTTP client and server |
org.sblim.wbem.util | Utility classes like SessionProperties . |
Uses of SessionProperties in org.sblim.wbem.client |
---|
Methods in org.sblim.wbem.client that return SessionProperties | |
---|---|
SessionProperties |
CIMClient.getSessionProperties()
Gets the session properties of the CIM client. |
SessionProperties |
CIMClientXML.getSessionProperties()
|
SessionProperties |
CIMOMHandle.getSessionProperties()
|
Methods in org.sblim.wbem.client with parameters of type SessionProperties | |
---|---|
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Constructs a CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties. |
void |
CIMClientXML.init(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
|
void |
CIMClient.setSessionProperties(SessionProperties pProperties)
Sets the session properties for the CIM client. |
void |
CIMClientXML.setSessionProperties(SessionProperties pProperties)
|
void |
CIMOMHandle.setSessionProperties(SessionProperties pProperties)
|
Constructors in org.sblim.wbem.client with parameters of type SessionProperties | |
---|---|
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Initializes this CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal, credential and protocol. |
|
CIMClientXML(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
|
Uses of SessionProperties in org.sblim.wbem.client.indications |
---|
Constructors in org.sblim.wbem.client.indications with parameters of type SessionProperties | |
---|---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
SessionProperties pProperties)
|
Uses of SessionProperties in org.sblim.wbem.http |
---|
Methods in org.sblim.wbem.http that return SessionProperties | |
---|---|
SessionProperties |
HttpClientPool.getSessionProperties()
|
Methods in org.sblim.wbem.http with parameters of type SessionProperties | |
---|---|
javax.net.ServerSocketFactory |
HttpSocketFactory.getServerSocketFactory(boolean ssl,
SessionProperties properties)
|
protected javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(SessionProperties properties)
|
javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(java.lang.String protocol,
SessionProperties properties)
|
protected javax.net.ssl.SSLServerSocketFactory |
HttpSocketFactory.getSSLServerSocketFactory(SessionProperties properties)
|
protected javax.net.ssl.SSLSocketFactory |
HttpSocketFactory.getSSLSocketFactory(SessionProperties properties)
|
void |
HttpClientPool.setSessionProperties(SessionProperties pSessionProperties)
|
Constructors in org.sblim.wbem.http with parameters of type SessionProperties | |
---|---|
HttpServerConnection(HttpConnectionHandler handler,
int port,
boolean ssl,
SessionProperties properties)
|
Uses of SessionProperties in org.sblim.wbem.util |
---|
Methods in org.sblim.wbem.util that return SessionProperties | |
---|---|
static SessionProperties |
SessionProperties.getEnvironmentDefaults()
Returns the environment defaults. |
static SessionProperties |
SessionProperties.getGlobalProperties()
Returns the SessionProperties singleton instance representing the global properties. |
static SessionProperties |
SessionProperties.getLibraryDefaults()
Returns the library default properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |