Package com.saperion.connector.ldap
Class SaLDAPAuthenticator
java.lang.Object
com.saperion.connector.ldap.SaLDAPAuthenticator
LDAP Authenification.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(String name, char[] password) Authenicates the given user against the LDAP server.static SaLDAPAuthenticator
getInstance
(Properties props) Get the instance of this class.
-
Method Details
-
getInstance
Get the instance of this class.- Parameters:
props
- Server properties- Returns:
- Authenticator
-
authenticate
Authenicates the given user against the LDAP server.- Parameters:
name
- Usernamepassword
- Password- Returns:
- The context of this user
- Throws:
SaSystemException
- The SaRMICommandException
-