|
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.UserInfoCallback
Underlying security services instantiate and pass a
UserInfoCallback to the invokeCallback
method of a CallbackHandler to retrieve UserInfo Object.
CallbackHandler| Constructor Summary | |
UserInfoCallback(java.lang.String prompt)
Construct a UserInfoCallback with a prompt. |
|
UserInfoCallback(java.lang.String prompt,
UserInfo defaultUserInfo)
Construct a UserInfoCallback with a prompt
and default UserInfo object. |
|
| Method Summary | |
UserInfo |
getdefaultUserInfo()
Get the default UserInfo. |
java.lang.String |
getPrompt()
Get the prompt. |
UserInfo |
getUserInfo()
Get the retrieved UserInfo. |
void |
setUserInfo(UserInfo userinfo)
Set the retrieved UserInfo. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public UserInfoCallback(java.lang.String prompt)
UserInfoCallback with a prompt.
prompt - the prompt used to request the UserInfo.prompt is null
or if prompt has a length of 0.
public UserInfoCallback(java.lang.String prompt,
UserInfo defaultUserInfo)
UserInfoCallback with a prompt
and default UserInfo object.
prompt - the prompt used to request the information. defaultUserInfo - the UserInfo to be used as the default UserInfo displayed
with the prompt.prompt is null,
if prompt has a length of 0,
if defaultUserInfo is null,| Method Detail |
public java.lang.String getPrompt()
public UserInfo getdefaultUserInfo()
UserInfo
was not instantiated with a UserInfo.public void setUserInfo(UserInfo userinfo)
UserInfo - the retrieved UserInfo (which may be null).public UserInfo getUserInfo()
|
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 | |||||||||