com.atlassian.bamboo.ww2.actions.admin.user
Class UserAdministrationUtils

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.admin.user.UserAdministrationUtils

public class UserAdministrationUtils
extends java.lang.Object

Some helper methods for helping administration of users


Constructor Summary
UserAdministrationUtils()
           
 
Method Summary
static void processInfrastructureExceptionForCrowdException(com.atlassian.core.exception.InfrastructureException e, BambooActionSupport action)
          Crowd (as of 1.5) does not respond correctly for the isReadOnly method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdministrationUtils

public UserAdministrationUtils()
Method Detail

processInfrastructureExceptionForCrowdException

public static void processInfrastructureExceptionForCrowdException(@NotNull
                                                                   com.atlassian.core.exception.InfrastructureException e,
                                                                   @NotNull
                                                                   BambooActionSupport action)
                                                            throws com.atlassian.core.exception.InfrastructureException
Crowd (as of 1.5) does not respond correctly for the isReadOnly method. Thus mutations to an Atlassian user may throw an InfrastructureException. Here we try to handle this case nicely to make configuration a little easier. Exception is rethrown if not a known type

Parameters:
e -
action -
Throws:
com.atlassian.core.exception.InfrastructureException


Copyright © 2012 Atlassian. All Rights Reserved.