oracle.ide.webbrowser
Class AuthenticatorManager
java.lang.Object
  
oracle.ide.webbrowser.AuthenticatorManager
public class AuthenticatorManager
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getInstance
public static AuthenticatorManager getInstance()
 
initialize
public void initialize()
 
pushAuthenticator
public void pushAuthenticator(java.net.Authenticator authenticator)
 
popAuthenticator
public java.net.Authenticator popAuthenticator()
                                        throws java.lang.IllegalStateException
- Throws:
 java.lang.IllegalStateException
 
getCurrentAuthenticator
public java.net.Authenticator getCurrentAuthenticator()
                                               throws java.util.EmptyStackException
- Throws:
 java.util.EmptyStackException
 
getDefaultAuthenticator
public java.net.Authenticator getDefaultAuthenticator()
 
Copyright © 1997, 2013, Oracle. All rights reserved.