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:
trueif an account name is available in the current thread, orfalseotherwise.
-
get
CallsThreadContext.getAccountName().- Returns:
- The account name that is bound to the current thread, or
nullifisAvailable()returnsfalse.
-