Class AuthenticatorWindow.authCache

  • Enclosing class:
    AuthenticatorWindow

    protected class AuthenticatorWindow.authCache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.net.PasswordAuthentication auth  
      private java.lang.String key  
      private int life  
      private boolean persist  
      private boolean succeeded  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected authCache​(java.lang.String _key, java.net.PasswordAuthentication _auth, boolean _persist)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.PasswordAuthentication getAuth()  
      protected java.lang.String getKey()  
      protected boolean isPersistent()  
      protected void setOutcome​(boolean success)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        private java.lang.String key
      • auth

        private java.net.PasswordAuthentication auth
      • persist

        private boolean persist
      • life

        private int life
      • succeeded

        private boolean succeeded
    • Constructor Detail

      • authCache

        protected authCache​(java.lang.String _key,
                            java.net.PasswordAuthentication _auth,
                            boolean _persist)
    • Method Detail

      • getKey

        protected java.lang.String getKey()
      • isPersistent

        protected boolean isPersistent()
      • setOutcome

        protected void setOutcome​(boolean success)
      • getAuth

        protected java.net.PasswordAuthentication getAuth()