| 
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.SimpleCallbackHandler
public class SimpleCallbackHandler
A simple CallbackHandler used for returning a username and password.
| Constructor Summary | |
|---|---|
SimpleCallbackHandler(String user,
                      byte[] pass)
Deprecated. Replaced by #SimpleCallbackHandler(String user, byte[] pass, String charsetName)  | 
|
SimpleCallbackHandler(String user,
                      byte[] pass,
                      String charsetName)
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,
                             String pass)
user - the usernamepass - the password
public SimpleCallbackHandler(String user,
                             byte[] pass)
SimpleCallbackHandler.SimpleCallbackHandler(String user, byte[] pass, String charsetName)
 should be used when more control over the decoding process is required.
user - the usernamepass - the password
public SimpleCallbackHandler(String user,
                             byte[] pass,
                             String charsetName)
user - the usernamepass - the passwordcharsetName - the name of a supported charset used to decode
                    the password in byte array| Method Detail | 
|---|
public void handle(Callback[] callbacks)
            throws UnsupportedCallbackException
handle in interface CallbackHandlerUnsupportedCallbackException
  | 
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||