Uses of Class
org.cloudfoundry.identity.uaa.scim.exception.ScimException

Packages that use ScimException
org.cloudfoundry.identity.uaa.password   
org.cloudfoundry.identity.uaa.scim.endpoints   
org.cloudfoundry.identity.uaa.scim.exception   
 

Uses of ScimException in org.cloudfoundry.identity.uaa.password
 

Methods in org.cloudfoundry.identity.uaa.password with parameters of type ScimException
 org.springframework.web.servlet.View PasswordChangeEndpoint.handleException(ScimException e)
           
 

Uses of ScimException in org.cloudfoundry.identity.uaa.scim.endpoints
 

Methods in org.cloudfoundry.identity.uaa.scim.endpoints that throw ScimException
 org.springframework.web.servlet.View ScimUserEndpoints.handleException(Exception t, javax.servlet.http.HttpServletRequest request)
           
 org.springframework.web.servlet.View UserIdConversionEndpoints.handleException(Exception t, javax.servlet.http.HttpServletRequest request)
           
 org.springframework.web.servlet.View ScimGroupEndpoints.handleException(Exception t, javax.servlet.http.HttpServletRequest request)
           
 

Uses of ScimException in org.cloudfoundry.identity.uaa.scim.exception
 

Subclasses of ScimException in org.cloudfoundry.identity.uaa.scim.exception
 class InvalidPasswordException
          Checked exception signalling an invalid password.
 class InvalidScimResourceException
          Unchecked exception to signal that a user has an invalid field, e.g.
 class MemberAlreadyExistsException
           
 class MemberNotFoundException
           
 class ScimResourceAlreadyExistsException
          Unchecked exception signalling that a user account already exists.
 class ScimResourceConflictException
          Unchecked exception to signal that a user has a conflict on update (e.g.
 class ScimResourceConstraintFailedException
          Unchecked exception signalling that a user account was not in the state expected (e.g.
 class ScimResourceNotFoundException
          Unchecked exception signalling that a user account could not be found.
 



Copyright © 2013. All rights reserved.