Package de.bsvrz.dav.dav.main
Class AuthentificationComponent
java.lang.Object
de.bsvrz.dav.dav.main.AuthentificationComponent
Deprecated.
Diese Klasse enthält die Komponenten zur Authentifizierung eines Benutzers/Applikation für die alte HMAC-Authentifizierung.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthentificationComponent
(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfinal de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess
Deprecated.Gibt den Authentifikationsprozess zurück, der benutzt wird um die Authentifizierung eines Benutzers zu prüfen.final String
getAuthentificationText
(String applicationName) Deprecated.Generiert für eine Applikation einen Zufallstext und speichert diesen.
-
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
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.
-