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 CIMOMHandleCIMClientFactory.getClient(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) Constructs aCIMOMHandlewith connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.voidCIMClientXML.init(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) voidCIMClient.setSessionProperties(SessionProperties pProperties) Sets the session properties for the CIM client.voidCIMClientXML.setSessionProperties(SessionProperties pProperties) voidCIMOMHandle.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 thisCIMClientwith 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 SocketFactoryHttpSocketFactory.getSocketFactory(SessionProperties properties) protected SSLServerSocketFactoryHttpSocketFactory.getSSLServerSocketFactory(SessionProperties properties) protected SSLSocketFactoryHttpSocketFactory.getSSLSocketFactory(SessionProperties properties) voidHttpClientPool.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 SessionPropertiesSessionProperties.getEnvironmentDefaults()Returns the environment defaults.static SessionPropertiesSessionProperties.getGlobalProperties()Returns the SessionProperties singleton instance representing the global properties.static SessionPropertiesSessionProperties.getLibraryDefaults()Returns the library default properties.