public class AuthentificationComponent
extends java.lang.Object
Constructor and Description |
---|
AuthentificationComponent(de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authentificationProcess) |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess |
getAuthentificationProcess()
Gibt den Authentifikationsprozess zurück, der benutzt wird um die Authentifizierung eines Benutzers zu prüfen.
|
java.lang.String |
getAuthentificationText(java.lang.String applicationName)
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.