Class InteractionRequiredException

  • All Implemented Interfaces:
    Serializable

    public class InteractionRequiredException
    extends OAuth2Exception
    Thrown when the OpenID connect prompt parameter enforces that the resource owner is not asked to authenticate, but the resource owner does not have a current authenticated session.
    Since:
    12.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • InteractionRequiredException

        public InteractionRequiredException()
        Constructs a new InteractionRequiredException with the default message.
      • InteractionRequiredException

        public InteractionRequiredException​(OAuth2Constants.UrlLocation parameterLocation)
        Constructs a new InteractionRequiredException with the specified message.
        Parameters:
        parameterLocation - Indicates the location of the parameters in the URL.