Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.webbrowser
Class WOCAuthenticator.AuthenticationToken

java.lang.Object
  extended by oracle.ide.webbrowser.WOCAuthenticator.AuthenticationToken

Enclosing class:
WOCAuthenticator

public static final class WOCAuthenticator.AuthenticationToken
extends java.lang.Object

An opaque authentication token. When an attempt to authenticate is successful, an instance of this class is returned from WOCAuthenticator.logIn(PasswordAuthentication). You can subsequently pass that instance into WOCAuthenticator.endorse(URLConnection,AuthenticationToken) to include authentication information with subsequent URL connections.


Method Summary
 java.lang.String getDownloadUrl()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getDownloadUrl

public java.lang.String getDownloadUrl()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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