|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.SimpleCallbackHandler
A simple CallbackHandler used for returning a username, password and ContextHandler.
Constructor Summary | |
SimpleCallbackHandler(String user,
byte[] pass)
Create a callback handler. |
|
SimpleCallbackHandler(String user,
String pass)
Deprecated. |
Method Summary | |
void |
handle(Callback[] callbacks)
Handle the callbacks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleCallbackHandler(String user, byte[] pass)
public SimpleCallbackHandler(String user, String pass)
Method Detail |
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle
in interface CallbackHandler
UnsupportedCallbackException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |