@Deprecated
public class AuthentificationComponent
extends java.lang.Object
Constructor | Description |
---|---|
AuthentificationComponent(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess) |
Deprecated.
|
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.
|
public AuthentificationComponent(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess)
authentificationProcess
- Verschlüsslungsverfahren, das benutzt wird um Authentifizierungsdaten zu prüfen.public final de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess getAuthentificationProcess()
public final java.lang.String getAuthentificationText(java.lang.String applicationName)
applicationName
- Name der Applikation, für den ein Zufallstext erzeugt werden soll.