Package org.eclipse.net4j.util.security
Schnittstelle IAuthenticator
- Alle bekannten Unterschnittstellen:
IAuthenticator2
- Alle bekannten Implementierungsklassen:
FileUserManager
,UserManager
,UserManagerAuthenticator
public interface IAuthenticator
Authenticates users.
- Seit:
- 3.3
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
authenticate
(String userID, char[] password) Authenticates the user with the passeduserID
by checking whether the suppliedpassword
matches the password stored for this user.
-
Methodendetails
-
authenticate
Authenticates the user with the passeduserID
by checking whether the suppliedpassword
matches the password stored for this user.The implementation is required to throw a
SecurityException
if the passwords do not match.- Löst aus:
SecurityException
-