Class ValidateAuthenticationResponseResult

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class ValidateAuthenticationResponseResult extends AbstractAuthenticationAction
An action that checks the inbound authentication response indicated success as opposed to an error.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_MSG_CTX, EventIds.MESSAGE_PROC_ERROR
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • authenticationResponse

      @NonnullBeforeExec private com.nimbusds.openid.connect.sdk.AuthenticationResponse authenticationResponse
      Context containing the result to examine.
  • Constructor Details

    • ValidateAuthenticationResponseResult

      public ValidateAuthenticationResponseResult()
  • Method Details