Package | Description |
---|---|
org.jbei.ice.lib.account.authentication |
Authentication classes.
|
Modifier and Type | Method and Description |
---|---|
String |
UserIdAuthentication.authenticates(String userId,
String password) |
String |
LocalAuthentication.authenticates(String userId,
String password) |
String |
LblLdapAuthentication.authenticates(String loginId,
String password) |
String |
IAuthentication.authenticates(String loginId,
String password)
Authenticates a user's name and password against the system's stored credentials
|
String |
LblLdapAuthentication.authenticateWithLDAP(String userName,
String passWord)
Authenticate user to the ldap server.
|
boolean |
LblLdapAuthentication.isWikiUser(String loginName)
Check if the user is in the settings file specified ldap group before authenticating.
|
Copyright © 2017. All rights reserved.