Class CrowdAccessDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.atlassian.crowd.integration.springsecurity.CrowdAccessDeniedException
All Implemented Interfaces:
Serializable

public class CrowdAccessDeniedException extends org.springframework.security.core.AuthenticationException
Although this is an authorisation exception, Crowd combines authentication and authorisation in one call to the Crowd server to determine if a user is allowed access to a particular remote application.

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.

See Also:
  • Constructor Details

    • CrowdAccessDeniedException

      public CrowdAccessDeniedException(String msg, Throwable t)
    • CrowdAccessDeniedException

      public CrowdAccessDeniedException(String msg)