Class LowLevelAuthentication

    • 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.
      Alte Authentifizierung über Hmac
      void setSelfClientDavConnection​(SelfClientDavConnection selfClientDavConnection)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LowLevelAuthentication

        public LowLevelAuthentication​(ServerDavParameters serverDavParameters,
                                      de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters,
                                      AuthentificationComponent authenticationComponent)
        Deprecated.
    • Method Detail

      • isValidUser

        public 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.
        Alte Authentifizierung über Hmac
        Specified by:
        isValidUser in interface LowLevelAuthenticationInterface
        Returns:
        die Benutzerid wenn er berechtigt ist sonst -1
      • setSelfClientDavConnection

        public void setSelfClientDavConnection​(SelfClientDavConnection selfClientDavConnection)
        Deprecated.