org.apache.camel.component.netty.http
Class SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler

java.lang.Object
  extended by org.apache.camel.component.netty.http.SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
SecurityAuthenticatorSupport

public static final class SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
extends Object
implements CallbackHandler

CallbackHandler that provides the username and password.


Constructor Summary
SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler(HttpPrincipal principal)
           
 
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

SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler

public SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler(HttpPrincipal principal)
Method Detail

handle

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


Apache Camel