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
CallbackHandler that provides the username and password.
  • Constructor Details

    • HttpPrincipalCallbackHandler

      public HttpPrincipalCallbackHandler(HttpPrincipal principal)
  • Method Details