Package | Description |
---|---|
org.alfresco.jlan.server.auth.passthru |
Modifier and Type | Method and Description |
---|---|
AuthenticateSession |
PassthruDetails.getAuthenticateSession()
Return the authentication session that is connected to the remote server
|
static AuthenticateSession |
AuthSessionFactory.OpenAuthenticateSession(PCShare shr,
int tmo)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge key.
|
static AuthenticateSession |
AuthSessionFactory.OpenAuthenticateSession(PCShare shr,
int tmo,
DialectSelector dia)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge key.
|
AuthenticateSession |
PassthruServers.openSession()
Open a new session to an authentication server
|
AuthenticateSession |
PassthruServers.openSession(boolean useExtSec,
String clientDomain)
Open a new session to an authentication server
|
Modifier and Type | Method and Description |
---|---|
void |
SMBPacket.ExchangeSMB(AuthenticateSession sess,
SMBPacket rxPkt)
Send/receive an SMB protocol packet to the remote server.
|
void |
SMBPacket.ExchangeSMB(AuthenticateSession sess,
SMBPacket rxPkt,
boolean throwerr)
Send the SMB packet and receive the response packet
|
protected void |
SMBPacket.ReceiveAsynchSMB(AuthenticateSession sess,
int waitTime)
Receive an asynchronous SMB response from the server
|
protected void |
SMBPacket.ReceiveSMB(AuthenticateSession sess)
Receive an SMB packet on the spceified SMB session.
|
protected void |
SMBPacket.ReceiveSMB(AuthenticateSession sess,
boolean throwErr)
Receive an SMB packet on the spceified SMB session.
|
protected void |
SMBPacket.SendSMB(AuthenticateSession sess)
Send the SMB packet on the specified SMB session.
|
Constructor and Description |
---|
PassthruDetails(SrvSession sess,
AuthenticateSession authSess)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.