Package de.uplanet.lucy.server.kerberos
Klasse AccountName
java.lang.Object
de.uplanet.lucy.server.kerberos.AccountName
-
Methodendetails
-
isAvailable
public static boolean isAvailable()Checks if an account name is available in the current thread.- Gibt zurück:
trueif an account name is available in the current thread, orfalseotherwise.
-
get
CallsThreadContext.getAccountName().- Gibt zurück:
- The account name that is bound to the current thread, or
nullifisAvailable()returnsfalse.
-