List of usage examples for org.apache.shiro.authc AuthenticationException subclass-usage
From source file org.ow2.proactive.iam.core.exception.IamAuthenticationException.java
/** * @author ActiveEon Team * @since 02/02/17 */ public class IamAuthenticationException extends AuthenticationException {
From source file org.qifu.sys.IncorrectCaptchaException.java
public class IncorrectCaptchaException extends AuthenticationException { private static final long serialVersionUID = 5076185337656602700L; public IncorrectCaptchaException() { super(); }
From source file org.qifu.sys.InvalidAccountException.java
public class InvalidAccountException extends AuthenticationException { private static final long serialVersionUID = -2460854699790009148L; public InvalidAccountException() { super(); }
From source file org.youi.framework.security.ValidateCodeAuthenticationException.java
/**
* @?? ??
* @ zhyi_12
* @ 1.0.0
* @ Jul 24, 2010
*/
From source file pe.gob.sunat.tecnologia3.arquitectura.framework.desktop.seguridad.token.OAuth2AuthenticationException.java
/** * * @author I301324 */ public class OAuth2AuthenticationException extends AuthenticationException {
From source file stroom.security.server.exception.AccessDeniedException.java
public class AccessDeniedException extends AuthenticationException { private static final long serialVersionUID = -4041236193281976732L; public AccessDeniedException() { }
From source file stroom.security.server.exception.AccountExpiredException.java
public class AccountExpiredException extends AuthenticationException { private static final long serialVersionUID = -6597512370920404845L; public AccountExpiredException() { }
From source file stroom.security.server.exception.AccountStatusException.java
public abstract class AccountStatusException extends AuthenticationException { private static final long serialVersionUID = -8986526496497111701L; public AccountStatusException() { }
From source file stroom.security.server.exception.AuthenticationCredentialsNotFoundException.java
public class AuthenticationCredentialsNotFoundException extends AuthenticationException { private static final long serialVersionUID = -6441498054768721970L; public AuthenticationCredentialsNotFoundException() { }
From source file stroom.security.server.exception.AuthenticationServiceException.java
public class AuthenticationServiceException extends AuthenticationException { private static final long serialVersionUID = 3847329065404536825L; public AuthenticationServiceException() { }