com.atlassian.crowd.integration.springsecurity
Class CrowdAccessDeniedException

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

public class CrowdAccessDeniedException
extends org.springframework.security.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:
Serialized Form

Constructor Summary
CrowdAccessDeniedException(java.lang.String msg)
           
CrowdAccessDeniedException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.springframework.security.AuthenticationException
getAuthentication, getExtraInformation
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrowdAccessDeniedException

public CrowdAccessDeniedException(java.lang.String msg,
                                  java.lang.Throwable t)

CrowdAccessDeniedException

public CrowdAccessDeniedException(java.lang.String msg)


Copyright © 2010 Atlassian. All Rights Reserved.