Modifier and Type | Method and Description |
---|---|
boolean |
FTPAuthenticator.authenticateUser(ClientInfo cInfo,
FTPSrvSession sess)
Authenticate the user
|
boolean |
LocalAuthenticator.authenticateUser(ClientInfo cInfo,
FTPSrvSession sess)
Authenticate an FTP user
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
RpcAuthenticator.getRpcClientInformation(Object sessKey,
RpcPacket rpc)
Get RPC client information from the RPC request.
|
ClientInfo |
DefaultRpcAuthenticator.getRpcClientInformation(Object sessKey,
RpcPacket rpc)
Return the client information for the specified RPC request
|
Modifier and Type | Method and Description |
---|---|
void |
RpcAuthenticator.setCurrentUser(SrvSession sess,
ClientInfo client)
Set the current authenticated user context for processing of the current RPC request
|
void |
DefaultRpcAuthenticator.setCurrentUser(SrvSession sess,
ClientInfo client)
Set the current authenticated user context for processing of the current RPC request
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
NFSSrvSession.getNFSClientInformation()
return the NFS client information
|
Modifier and Type | Method and Description |
---|---|
void |
NFSSrvSession.setNFSClientInformation(ClientInfo cInfo)
Set the NFS client information
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
SrvSession.getClientInformation()
Return the client information
|
Modifier and Type | Method and Description |
---|---|
void |
SrvSession.setClientInformation(ClientInfo client)
Set the client information
|
Modifier and Type | Method and Description |
---|---|
static ClientInfo |
ClientInfo.createInfo(String user,
byte[] password)
Create a new client information instance
|
ClientInfo |
DefaultClientInfoFactory.createInfo(String user,
byte[] password)
Create a client information object
|
ClientInfo |
ClientInfoFactory.createInfo(String user,
byte[] password)
Create a new client information object
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultAuthenticator.authenticateShareConnect(ClientInfo client,
SharedDevice share,
String pwd,
SrvSession sess)
Allow any user to access the server
|
int |
ICifsAuthenticator.authenticateShareConnect(ClientInfo client,
SharedDevice share,
String sharePwd,
SrvSession sess)
Authenticate a connection to a share.
|
int |
CifsAuthenticator.authenticateShareConnect(ClientInfo client,
SharedDevice share,
String sharePwd,
SrvSession sess) |
int |
LocalAuthenticator.authenticateShareConnect(ClientInfo client,
SharedDevice share,
String pwd,
SrvSession sess)
Authenticate the connection to a share
|
int |
DefaultAuthenticator.authenticateUser(ClientInfo client,
SrvSession sess,
int alg)
Allow any user to access the server.
|
int |
ICifsAuthenticator.authenticateUser(ClientInfo client,
SrvSession sess,
int alg)
Authenticate a user.
|
int |
CifsAuthenticator.authenticateUser(ClientInfo client,
SrvSession sess,
int alg) |
int |
LocalAuthenticator.authenticateUser(ClientInfo client,
SrvSession sess,
int alg)
Authenticate a user
|
int |
CifsAuthenticator.authenticateUserPlainText(ClientInfo client,
SrvSession sess) |
protected void |
CifsAuthenticator.doGuestLogon(ClientInfo client,
SrvSession sess)
Logon using the guest user account
|
void |
ICifsAuthenticator.setCurrentUser(ClientInfo client)
Set the current authenticated user context for this thread
|
void |
CifsAuthenticator.setCurrentUser(ClientInfo client)
Set the current authenticated user context for this thread
|
protected boolean |
CifsAuthenticator.validatePassword(UserAccount user,
ClientInfo client,
AuthContext authCtx,
int alg)
Validate a password by encrypting the plain text password using the specified encryption key
and encryption algorithm.
|
Modifier and Type | Method and Description |
---|---|
int |
PassthruAuthenticator.authenticateShareConnect(ClientInfo client,
SharedDevice share,
String sharePwd,
SrvSession sess)
Authenticate the connection to a particular share, called when the SMB server is in share
security mode
|
int |
PassthruAuthenticator.authenticateUser(ClientInfo client,
SrvSession sess,
int alg)
Authenticate a session setup by a user
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
VirtualCircuit.getClientInformation()
Return the client information
|
Constructor and Description |
---|
VirtualCircuit(int vcNum,
ClientInfo cInfo)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.