public interface LowLevelAuthenticationInterface
Low-Level-Authentifizierung für angemeldete Applikationen undDatenverteiler
Modifier and Type | Method and Description |
---|---|
AuthentificationComponent |
getAuthenticationComponent() |
UserLogin |
isValidUser(java.lang.String userName,
byte[] encryptedPassword,
java.lang.String text,
AuthentificationProcess authenticationProcess,
java.lang.String userTypePid)
Prüft, ob es sich um einen gültigen Benutzer handelt
|
UserLogin isValidUser(java.lang.String userName, byte[] encryptedPassword, java.lang.String text, AuthentificationProcess authenticationProcess, java.lang.String userTypePid)
Prüft, ob es sich um einen gültigen Benutzer handelt
AuthentificationComponent getAuthenticationComponent()