public abstract class InteractiveAuthentication extends java.lang.Object implements UserProperties
Implementierung des interaktiven Login
| Modifier and Type | Class and Description |
|---|---|
private static class |
InteractiveAuthentication.ConsoleAuthentication |
private static class |
InteractiveAuthentication.StdInAuthentication |
| Constructor and Description |
|---|
InteractiveAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
static InteractiveAuthentication |
getInstance() |
private static java.lang.String |
getPrompt(java.lang.String userName,
java.lang.String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientCredentials, getClientCredentialspublic static InteractiveAuthentication getInstance()
private static java.lang.String getPrompt(java.lang.String userName,
java.lang.String suffix)