org.wso2.carbon.appfactory.git
Class UserAdminServiceClient

java.lang.Object
  extended by org.wso2.carbon.appfactory.git.UserAdminServiceClient

public class UserAdminServiceClient
extends Object

Service client for UserAdmin service


Constructor Summary
UserAdminServiceClient(GitBlitConfiguration configuration)
          Constructor initializing the client with configurations from gitblit.properties or with usual default values
 
Method Summary
 List<String> getAllUsers()
          Get all the users of appfactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdminServiceClient

public UserAdminServiceClient(GitBlitConfiguration configuration)
Constructor initializing the client with configurations from gitblit.properties or with usual default values

Parameters:
configuration -
Method Detail

getAllUsers

public List<String> getAllUsers()
Get all the users of appfactory

Returns:
list of usernames


Copyright © 2015 WSO2 Inc. All rights reserved.