All Downloads are FREE. Search and download functionalities are using the official Maven repository.

waffle.shiro.negotiate.AuthenticationInProgressException Maven / Gradle / Ivy

There is a newer version: 1.8.1
Show newest version
/*******************************************************************************
 * 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