public class AuthenticationStatus
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AuthenticationStatus |
authenticated(java.lang.String cipherName)
Erstellt eine neue Instanz für eine authentifizierte Verbindung
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMethod()
Gibt den Authentifizierungsalgorithmus zurück
|
int |
hashCode() |
boolean |
isAuthenticated()
Gibt
true zurück, wenn die Verbindung authentifiziert ist |
static AuthenticationStatus |
notAuthenticated()
Erstellt eine neue Instanz für eine nicht authentifizierte Verbindung
|
java.lang.String |
toString() |
public static AuthenticationStatus notAuthenticated()
public static AuthenticationStatus authenticated(java.lang.String cipherName)
cipherName
- Verwendeter Authentifizierungsalgorithmuspublic boolean isAuthenticated()
true
zurück, wenn die Verbindung authentifiziert isttrue
, wenn die Verbindung authentifiziert ist, sonst false
public java.lang.String getMethod()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object