public class CrowdAccessDeniedException
extends org.springframework.security.core.AuthenticationException
This exception is thrown when the authentication credentials are met for successful authentication, but the user does not have access to the application. For example, they are not in a directory with "allow all to authenticate" or they are not a group that has been allowed to authenticate.
Constructor and Description |
---|
CrowdAccessDeniedException(String msg) |
CrowdAccessDeniedException(String msg,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021 Atlassian. All rights reserved.