public void clear() {
   myOptions = null;
   myAuthManager = null;
   myPassiveAuthManager = null;
   myInteractiveManager = null;
   myInteractiveProvider = null;
   RUNTIME_AUTH_CACHE.clear();
 }
 public void clearRuntimeStorage() {
   RUNTIME_AUTH_CACHE.clear();
 }