public class AuthentificationComponent
extends java.lang.Object
Diese Klasse enthält die Komponenten zur Authentifizierung eines Benutzers/Applikation.
TBD: Authentification ist kein englisches Wort. Umbenennen in Authentication?
Constructor and Description |
---|
AuthentificationComponent(AuthentificationProcess authentificationProcess) |
Modifier and Type | Method and Description |
---|---|
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(AuthentificationProcess authentificationProcess)
authentificationProcess
- Verschlüsslungsverfahren, das benutzt wird um Authentifizierungsdaten zu prüfen.public final AuthentificationProcess getAuthentificationProcess()
Gibt den Authentifikationsprozess zurück, der benutzt wird um die Authentifizierung eines Benutzers zu prüfen.
public final java.lang.String getAuthentificationText(java.lang.String applicationName)
Generiert für eine Applikation einen Zufallstext und speichert diesen.
applicationName
- Name der Applikation, für den ein Zufallstext erzeugt werden soll.