public interface LowLevelAuthenticationInterface
Modifier and Type | Method and Description |
---|---|
AuthentificationComponent |
getAuthenticationComponent() |
long |
isValidUser(String userName,
byte[] encryptedPassword,
String text,
AuthentificationProcess authenticationProcess,
String userTypePid)
Prüft, ob es sich um einen gültigen Benutzer handelt
|
long isValidUser(String userName, byte[] encryptedPassword, String text, AuthentificationProcess authenticationProcess, String userTypePid)
AuthentificationComponent getAuthenticationComponent()