Package | Description |
---|---|
org.alfresco.jlan.server | |
org.alfresco.jlan.server.auth | |
org.alfresco.jlan.server.auth.kerberos | |
org.alfresco.jlan.server.auth.passthru |
Modifier and Type | Method and Description |
---|---|
AuthContext |
SrvSession.getAuthenticationContext()
Return the authentication context for this sesion
|
Modifier and Type | Method and Description |
---|---|
void |
SrvSession.setAuthenticationContext(AuthContext ctx)
Set the authentication context, used during the initial session setup phase
|
Modifier and Type | Class and Description |
---|---|
class |
ChallengeAuthContext
Challenge Authentication Context Class
|
class |
NTLanManAuthContext
NTLM1/LanMan CIFS Authentication Context Class
|
Modifier and Type | Method and Description |
---|---|
AuthContext |
CifsAuthenticator.getAuthContext(SMBSrvSession sess) |
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
KrbAuthContext
Kerberos Authentication Context Class
|
Modifier and Type | Method and Description |
---|---|
AuthContext |
PassthruAuthenticator.getAuthContext(SMBSrvSession sess)
Return an authentication context for the new session
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.