Class AuthenticationInProgressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.authc.AuthenticationException
waffle.shiro.negotiate.AuthenticationInProgressException
All Implemented Interfaces:
Serializable

public class AuthenticationInProgressException extends org.apache.shiro.authc.AuthenticationException
Thrown when the negotiate authentication is being established and requires an extra roundtrip to the client.

Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter.

Since:
1.0.0
Author:
Dan Rollo
See Also:
  • Constructor Details

    • AuthenticationInProgressException

      public AuthenticationInProgressException()