Package de.bsvrz.dav.dav.main
Class AuthentificationComponent
java.lang.Object
de.bsvrz.dav.dav.main.AuthentificationComponent
@Deprecated
public class AuthentificationComponent
extends java.lang.Object
Deprecated.
Diese Klasse enthält die Komponenten zur Authentifizierung eines Benutzers/Applikation für die alte HMAC-Authentifizierung.
-
Constructor Summary
Constructors Constructor Description AuthentificationComponent(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess)
Deprecated. -
Method Summary
Modifier and Type Method Description de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess
getAuthentificationProcess()
Deprecated.Gibt den Authentifikationsprozess zurück, der benutzt wird um die Authentifizierung eines Benutzers zu prüfen.java.lang.String
getAuthentificationText(java.lang.String applicationName)
Deprecated.Generiert für eine Applikation einen Zufallstext und speichert diesen.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AuthentificationComponent
public AuthentificationComponent(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess)Deprecated.- Parameters:
authentificationProcess
- Verschlüsslungsverfahren, das benutzt wird um Authentifizierungsdaten zu prüfen.
-
-
Method Details
-
getAuthentificationProcess
public final de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess getAuthentificationProcess()Deprecated.Gibt den Authentifikationsprozess zurück, der benutzt wird um die Authentifizierung eines Benutzers zu prüfen.- Returns:
- authentificationProcess der Authentifikationsprozess
-
getAuthentificationText
public final java.lang.String getAuthentificationText(java.lang.String applicationName)Deprecated.Generiert für eine Applikation einen Zufallstext und speichert diesen.- Parameters:
applicationName
- Name der Applikation, für den ein Zufallstext erzeugt werden soll.- Returns:
- Zufallstext. Jeder Aufruf der Methode, mit der selben Applikation, gibt den selben Zufallstext zurück.
-