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
    AuthentificationComponent getAuthenticationComponent()
    Deprecated.
     
    de.bsvrz.dav.daf.communication.protocol.UserLogin isValidUser​(java.lang.String userName, byte[] encryptedPassword, java.lang.String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, java.lang.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​(java.lang.String userName, byte[] encryptedPassword, java.lang.String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, java.lang.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.