Uses of Class
org.sblim.wbem.util.SessionProperties
Packages that use SessionProperties
Package
Description
Public API for client connections and WBEM operations.
Public API for creation of indication listeners.
Internal implementation of HTTP client and server
Utility classes like
SessionProperties
.-
Uses of SessionProperties in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return SessionPropertiesModifier and TypeMethodDescriptionCIMClient.getSessionProperties()
Gets the session properties of the CIM client.CIMClientXML.getSessionProperties()
CIMOMHandle.getSessionProperties()
Methods in org.sblim.wbem.client with parameters of type SessionPropertiesModifier and TypeMethodDescriptionstatic CIMOMHandle
CIMClientFactory.getClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Constructs aCIMOMHandle
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, Principal pPrincipal, Object pCredential, 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 SessionPropertiesModifierConstructorDescriptionCIMClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Initializes thisCIMClient
with connection information to a target CIM server and a default namespace, using the specified principal, credential and protocol.CIMClientXML
(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) -
Uses of SessionProperties in org.sblim.wbem.client.indications
Constructors in org.sblim.wbem.client.indications with parameters of type SessionPropertiesModifierConstructorDescriptionCIMIndicationHandler
(CIMEventDispatcher pDispatcher, SessionProperties pProperties) -
Uses of SessionProperties in org.sblim.wbem.http
Methods in org.sblim.wbem.http that return SessionPropertiesMethods in org.sblim.wbem.http with parameters of type SessionPropertiesModifier and TypeMethodDescriptionHttpSocketFactory.getServerSocketFactory
(boolean ssl, SessionProperties properties) HttpSocketFactory.getSocketFactory
(String protocol, SessionProperties properties) protected SocketFactory
HttpSocketFactory.getSocketFactory
(SessionProperties properties) protected SSLServerSocketFactory
HttpSocketFactory.getSSLServerSocketFactory
(SessionProperties properties) protected SSLSocketFactory
HttpSocketFactory.getSSLSocketFactory
(SessionProperties properties) void
HttpClientPool.setSessionProperties
(SessionProperties pSessionProperties) Constructors in org.sblim.wbem.http with parameters of type SessionPropertiesModifierConstructorDescriptionHttpServerConnection
(HttpConnectionHandler handler, int port, boolean ssl, SessionProperties properties) Ctor. -
Uses of SessionProperties in org.sblim.wbem.util
Methods in org.sblim.wbem.util that return SessionPropertiesModifier and TypeMethodDescriptionstatic 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.