Package de.uplanet.lucy.server.kerberos
Class AccountName
java.lang.Object
de.uplanet.lucy.server.kerberos.AccountName
-
Method Details
-
isAvailable
public static boolean isAvailable()Checks if an account name is available in the current thread.- Returns:
true
if an account name is available in the current thread, orfalse
otherwise.
-
get
CallsThreadContext.getAccountName()
.- Returns:
- The account name that is bound to the current thread, or
null
ifisAvailable()
returnsfalse
.
-