コード例 #1
0
 public void clear() {
   myOptions = null;
   myAuthManager = null;
   myPassiveAuthManager = null;
   myInteractiveManager = null;
   myInteractiveProvider = null;
   RUNTIME_AUTH_CACHE.clear();
 }
コード例 #2
0
 public void clearRuntimeStorage() {
   RUNTIME_AUTH_CACHE.clear();
 }