Class PermissionsApiImpl

  • All Implemented Interfaces:
    com.xebialabs.xlrelease.api.ApiService, com.xebialabs.xlrelease.api.v1.PermissionsApi

    @Controller
    public class PermissionsApiImpl
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getGlobalPermissions()  
      • 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 Detail

      • PermissionsApiImpl

        public PermissionsApiImpl()
    • Method Detail

      • getGlobalPermissions

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