Class AggregateAuthenticationResponseHandler

  • All Implemented Interfaces:
    AuthenticationResponseHandler

    public class AggregateAuthenticationResponseHandler
    extends Object
    implements AuthenticationResponseHandler
    Used in conjunction with an AggregateDnResolver to execute a list of response handlers. In particular, the resolved DN is expected to be of the form: label:DN where the label indicates the response handler to use. This class only invokes the response handlers that matches the label found on the DN.
    • Constructor Detail

      • AggregateAuthenticationResponseHandler

        public AggregateAuthenticationResponseHandler()
        Default constructor.
      • AggregateAuthenticationResponseHandler

        public AggregateAuthenticationResponseHandler​(Map<String,​AuthenticationResponseHandler[]> handlers)
        Creates a new aggregate authentication response handler.
        Parameters:
        handlers - authentication response handlers