public class PassthruDetails
extends java.lang.Object
Contains the details of a passthru connection to a remote server and the local session that the request originated from.
| Constructor and Description |
|---|
PassthruDetails(SrvSession sess,
AuthenticateSession authSess)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticateSession |
getAuthenticateSession()
Return the authentication session that is connected to the remote server
|
SrvSession |
getSession()
Return the session details
|
public PassthruDetails(SrvSession sess, AuthenticateSession authSess)
sess - SrvSessionauthSess - AuthenticateSessionpublic final SrvSession getSession()
public final AuthenticateSession getAuthenticateSession()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.