Package | Description |
---|---|
org.alfresco.jlan.ftp | |
org.alfresco.jlan.server.auth |
Modifier and Type | Method and Description |
---|---|
UserAccount |
LocalAuthenticator.getUserDetails(String user)
Search for the requried user account details
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccountList.findUser(String user)
Find the required user account details.
|
UserAccount |
DefaultUsersInterface.getUserAccount(String userName)
Return the specified user account details
|
UserAccount |
UsersInterface.getUserAccount(String userName)
Return the specified user account details
|
UserAccount |
UserAccountList.getUserAt(int idx)
Return the specified user account details
|
UserAccount |
CifsAuthenticator.getUserDetails(String user) |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountList.addUser(UserAccount user)
Add a user to the list of accounts.
|
void |
UserAccountList.removeUser(UserAccount userAcc)
Remvoe the specified user account from the list.
|
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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.