org.apache.ws.security.message
Class CredentialsCallbackHandler

java.lang.Object
  extended by org.apache.ws.security.message.CredentialsCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class CredentialsCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
CredentialsCallbackHandler(String password)
           
CredentialsCallbackHandler(String username, String password)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsCallbackHandler

public CredentialsCallbackHandler(String username,
                                  String password)

CredentialsCallbackHandler

public CredentialsCallbackHandler(String password)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.