Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.webbrowser
Class AuthenticatorManager

java.lang.Object
  extended by oracle.ide.webbrowser.AuthenticatorManager

public class AuthenticatorManager
extends java.lang.Object


Method Summary
 java.net.Authenticator getCurrentAuthenticator()
           
 java.net.Authenticator getDefaultAuthenticator()
           
static AuthenticatorManager getInstance()
           
 void initialize()
           
 java.net.Authenticator popAuthenticator()
           
 void pushAuthenticator(java.net.Authenticator authenticator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.