Example usage for org.springframework.security.authentication InsufficientAuthenticationException subclass-usage

List of usage examples for org.springframework.security.authentication InsufficientAuthenticationException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.authentication InsufficientAuthenticationException subclass-usage.

Usage

From source file fr.xebia.springframework.security.cas.web.InitiateTransparentAuthenticationException.java

/**
 * @author <a href="mailto:cleclerc@xebia.fr">Cyrille Le Clerc</a>
 */
public class InitiateTransparentAuthenticationException extends InsufficientAuthenticationException {
    public InitiateTransparentAuthenticationException(String msg) {
        super(msg);

From source file es.osoco.grails.plugins.otp.authentication.TwoFactorInsufficientAuthenticationException.java

/**
 * Thrown if an authentication request is rejected because the credentials are not sufficiently trusted
 * because of the required one-time password is missing.
 *
 * @author <a href="mailto:rafael.luque@osoco.es">Rafael Luque</a>
 */