Example usage for org.apache.shiro.authc AuthenticationException subclass-usage

List of usage examples for org.apache.shiro.authc AuthenticationException subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authc AuthenticationException subclass-usage.

Usage

From source file stroom.security.server.exception.BadCredentialsException.java

public class BadCredentialsException extends AuthenticationException {
    private static final long serialVersionUID = 3491954167987326653L;

    public BadCredentialsException() {
    }

From source file stroom.security.server.exception.CredentialsExpiredException.java

public class CredentialsExpiredException extends AuthenticationException {
    private static final long serialVersionUID = -6111633648971074035L;

    public CredentialsExpiredException() {
    }

From source file stroom.security.server.exception.InsufficientAuthenticationException.java

public class InsufficientAuthenticationException extends AuthenticationException {
    private static final long serialVersionUID = -3253534424181196250L;

    public InsufficientAuthenticationException() {
    }

From source file waffle.shiro.negotiate.AuthenticationInProgressException.java

/**
 * Thrown when the negotiate authentication is being established and requires an extra roundtrip to the client.
 * 
 * @author Dan Rollo
 * @since 1.0.0
 */