Class PermissionsApiImpl

java.lang.Object
com.xebialabs.xlrelease.api.v1.impl.PermissionsApiImpl
All Implemented Interfaces:
com.xebialabs.xlrelease.api.ApiService, com.xebialabs.xlrelease.api.v1.PermissionsApi

@Controller public class PermissionsApiImpl extends Object implements com.xebialabs.xlrelease.api.v1.PermissionsApi
  • Field Summary

    Fields inherited from interface com.xebialabs.xlrelease.api.ApiService

    DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.xebialabs.xlrelease.api.v1.PermissionsApi

    serviceName
  • Constructor Details

    • PermissionsApiImpl

      public PermissionsApiImpl()
  • Method Details

    • getGlobalPermissions

      @Timed public List<String> getGlobalPermissions()
      Specified by:
      getGlobalPermissions in interface com.xebialabs.xlrelease.api.v1.PermissionsApi