waffle.shiro.negotiate.AuthenticationInProgressException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of waffle-shiro Show documentation
Show all versions of waffle-shiro Show documentation
Shiro integration for WAFFLE
/*******************************************************************************
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Dan Rollo
*******************************************************************************/
package waffle.shiro.negotiate;
/**
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter.
*
* @author Dan Rollo
* Date: 1/16/13
* Time: 12:25 AM
*/
import org.apache.shiro.authc.AuthenticationException;
/**
* Thrown when the negotiate authentication is being established and requires an extra
* roundtrip to the client.
*
* @author Dan Rollo
* @since 1.0.0
*/
public class AuthenticationInProgressException extends AuthenticationException {
private static final long serialVersionUID = 2684886728102100988L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy