Interface LowLevelAuthenticationInterface

All Known Implementing Classes:
LowLevelAuthentication

@Deprecated public interface LowLevelAuthenticationInterface
Deprecated.
Low-Level-Authentifizierung für angemeldete Applikationen und Datenverteiler (alte HMAC-Authentifizierung)
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    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.