All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Glacier2._SSLSessionManagerOperations Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// 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 _SSLSessionManagerOperations
{
    /**
     * Create a new session.
     *
     * @param info The SSL info.
     *
     * @param control A proxy to the session control object.
     *
     * @param current The Current object for the invocation.
     * @return A proxy to the newly created session.
     *
     * @throws CannotCreateSessionException Raised if the session
     * cannot be created.
     *
     **/
    SessionPrx create(SSLInfo info, SessionControlPrx control, Ice.Current current)
        throws CannotCreateSessionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy