| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.security.auth.callback.URLCallback
 Underlying security services instantiate and pass a
 URLCallback to the invokeCallback
 method of a CallbackHandler to retrieve URL information.
CallbackHandler| Constructor Summary | |
URLCallback(java.lang.String prompt)
Construct a URLCallback with a prompt. | 
|
URLCallback(java.lang.String prompt,
            java.lang.String defaultURL)
Construct a URLCallback with a prompt
 and default URL. | 
|
| Method Summary | |
 java.lang.String | 
getdefaultURL()
Get the default URL.  | 
 java.lang.String | 
getPrompt()
Get the prompt.  | 
 java.lang.String | 
getURL()
Get the retrieved URL.  | 
 void | 
setURL(java.lang.String URL)
Set the retrieved URL.  | 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public URLCallback(java.lang.String prompt)
URLCallback with a prompt.
 
prompt - the prompt used to request the URL.prompt is null
			or if prompt has a length of 0.
public URLCallback(java.lang.String prompt,
                   java.lang.String defaultURL)
URLCallback with a prompt
 and default URL.
 
prompt - the prompt used to request the information. defaultURL - the URL to be used as the default URL displayed 
			with the prompt.prompt is null,
			if prompt has a length of 0,
			if defaultURL is null,
			or if defaultURL has a length of 0.| Method Detail | 
public java.lang.String getPrompt()
public java.lang.String getdefaultURL()
URLCallback
		was not instantiated with a defaultURL.public void setURL(java.lang.String URL)
URL - the retrieved URL (which may be null).public java.lang.String getURL()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||