public class AuthentificationComponent extends Object
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.
|
String |
getAuthentificationText(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()
public final String getAuthentificationText(String applicationName)
applicationName
- Name der Applikation, für den ein Zufallstext erzeugt werden soll.