Package de.bsvrz.dav.dav.main
Interface LowLevelAuthenticationInterface
- All Known Implementing Classes:
LowLevelAuthentication
Deprecated.
Low-Level-Authentifizierung für angemeldete Applikationen und Datenverteiler (alte HMAC-Authentifizierung)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.de.bsvrz.dav.daf.communication.protocol.UserLogin
isValidUser
(String userName, byte[] encryptedPassword, String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, String userTypePid) Deprecated.Prüft, ob es sich um einen gültigen Benutzer handelt
-
Method Details
-
isValidUser
de.bsvrz.dav.daf.communication.protocol.UserLogin isValidUser(String userName, byte[] encryptedPassword, String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, String userTypePid) Deprecated.Prüft, ob es sich um einen gültigen Benutzer handelt- Returns:
- die Benutzerid wenn er berechtigt ist sonst -1
-
getAuthenticationComponent
AuthentificationComponent getAuthenticationComponent()Deprecated.
-