Glacier2.SSLSessionManager Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* The session manager for SSL authenticated users that is
* responsible for managing {@link Session} objects. New session objects are
* created by the {@link 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 Router
* @see Session
*
**/
public interface SSLSessionManager extends _SSLSessionManagerOperations, _SSLSessionManagerOperationsNC,
Ice.Object
{
public static final String ice_staticId = "::Glacier2::SSLSessionManager";
public static final long serialVersionUID = -8688262345596608583L;
}