Class SecurityAuthenticatorSupport.HttpPrincipalCallbackHandler
- java.lang.Object
-
- 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
CallbackHandlerthat provides the username and password.
-
-
Constructor Summary
Constructors Constructor Description HttpPrincipalCallbackHandler(HttpPrincipal principal)
-
-
-
Constructor Detail
-
HttpPrincipalCallbackHandler
public HttpPrincipalCallbackHandler(HttpPrincipal principal)
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
-