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 TypMethodeBeschreibungvoidauthenticate(String userID, char[] password) Authenticates the user with the passeduserIDby checking whether the suppliedpasswordmatches the password stored for this user.
-
Methodendetails
-
authenticate
Authenticates the user with the passeduserIDby checking whether the suppliedpasswordmatches the password stored for this user.The implementation is required to throw a
SecurityExceptionif the passwords do not match.- Löst aus:
SecurityException
-