Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.server.auth | |
org.alfresco.jlan.server.auth.passthru | |
org.alfresco.jlan.smb | |
org.alfresco.jlan.smb.server |
Modifier and Type | Method and Description |
---|---|
static DialectSelector |
SessionFactory.getDefaultDialects()
Return the list of SMB dialects that will be negotiated when a new session is created.
|
DialectSelector |
SessionSettings.getDialects()
Return the SMB dialect list to negotiate
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionFactory.setDefaultDialects(DialectSelector dialist)
Set the default SMB dialects that are to be negotiated when a new session is created.
|
void |
SessionSettings.setDialects(DialectSelector dialects)
Set the negotiated dialect list
|
Modifier and Type | Method and Description |
---|---|
DialectSelector |
CifsAuthenticator.getEnabledDialects() |
Modifier and Type | Method and Description |
---|---|
static DialectSelector |
AuthSessionFactory.getDefaultDialects()
Return the list of SMB dialects that will be negotiated when a new
session is created.
|
DialectSelector |
SessionSettings.getDialects()
Return the SMB dialect list to negotiate
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
SessionSettings.setDialects(DialectSelector dialects)
Set the negotiated dialect list
|
Modifier and Type | Method and Description |
---|---|
void |
DialectSelector.copyFrom(DialectSelector dsel)
Copy the SMB dialect selector settings.
|
Modifier and Type | Method and Description |
---|---|
DialectSelector |
CIFSConfigSection.getEnabledDialects()
Return the enabled SMB dialects that the server will use when negotiating sessions.
|
DialectSelector |
SMBServer.getSMBDialects()
Return the list of SMB dialects that this server supports.
|
Modifier and Type | Method and Description |
---|---|
int |
CIFSConfigSection.setEnabledDialects(DialectSelector dialects)
Set the SMB dialects that the server may use when negotiating a session with a client.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.