Interface SSLSessionManager

All Superinterfaces:
com.zeroc.Ice.Object

public interface SSLSessionManager extends com.zeroc.Ice.Object
The session manager for SSL authenticated users that is responsible for managing Session objects. New session objects are created by the Router object calling on an application-provided session manager. If no session manager is provided by the application, no client-visible sessions are passed to the client.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.zeroc.Ice.Object

    com.zeroc.Ice.Object.Ice_invokeResult
  • Method Summary

    Modifier and Type
    Method
    Description
    create(SSLInfo info, SessionControlPrx control, com.zeroc.Ice.Current current)
    Create a new session.
    default String
    ice_id(com.zeroc.Ice.Current current)
     
    default String[]
    ice_ids(com.zeroc.Ice.Current current)
     
    static String
     

    Methods inherited from interface com.zeroc.Ice.Object

    _iceRead, _iceReadImpl, _iceWrite, _iceWriteImpl, ice_dispatch, ice_isA, ice_ping
  • Method Details

    • create

      SessionPrx create(SSLInfo info, SessionControlPrx control, com.zeroc.Ice.Current current) throws CannotCreateSessionException
      Create a new session.
      Parameters:
      info - The SSL info.
      control - A proxy to the session control object.
      current - The Current object for the invocation.
      Returns:
      A proxy to the newly created session.
      Throws:
      CannotCreateSessionException - Raised if the session cannot be created.
    • ice_ids

      default String[] ice_ids(com.zeroc.Ice.Current current)
      Specified by:
      ice_ids in interface com.zeroc.Ice.Object
    • ice_id

      default String ice_id(com.zeroc.Ice.Current current)
      Specified by:
      ice_id in interface com.zeroc.Ice.Object
    • ice_staticId

      static String ice_staticId()