Class Paths

java.lang.Object
com.sodius.oslc.broker.Paths

public final class Paths extends Object
Relative paths of REST services contributed by the Broker.
Since:
4.0.0
See Also:
  • Field Details

    • ROOT_SERVICES

      public static final String ROOT_SERVICES
      For accessing OSLC root services.
      See Also:
    • PUBLISHER

      public static final String PUBLISHER
      For accessing OSLC Publisher.
      See Also:
    • OAUTH_REQUEST_KEY

      public static final String OAUTH_REQUEST_KEY
      For accessing OAuth Request Key service.
      See Also:
    • OAUTH_AUTHORIZE

      public static final String OAUTH_AUTHORIZE
      For accessing OAuth Authorize service.
      See Also:
    • OAUTH_REQUEST_TOKEN

      public static final String OAUTH_REQUEST_TOKEN
      For accessing OAuth Request Token service.
      See Also:
    • OAUTH_ACCESS_TOKEN

      public static final String OAUTH_ACCESS_TOKEN
      For accessing OAuth Access Token service.
      See Also:
    • OAUTH_CALLBACK

      public static final String OAUTH_CALLBACK
      For accessing OAuth callback URL.
      See Also:
    • OAUTH_APPROVE_KEY

      public static final String OAUTH_APPROVE_KEY
      For OAuth approving key.
      See Also:
    • OAUTH_LOGIN

      public static final String OAUTH_LOGIN
      For the broker login screen, used when a REST end-point is called and the user is not yet logged-in.
      See Also:
    • OAUTH_LOGIN_BRIDGE

      public static final String OAUTH_LOGIN_BRIDGE
      For the broker login bridge, used when HTML content is requested and the user is not yet logged-in.
      See Also:
    • PERSON

      public static final String PERSON
      For accessing a Person of a given identifier.
      See Also:
    • PROJECT_AREA

      public static final String PROJECT_AREA
      For accessing a Project Area of a given identifier.
      See Also:
    • ADMIN_HOME_PAGE

      public static final String ADMIN_HOME_PAGE
      For accessing the administration page in the broker.
      See Also:
    • ADMIN_HELP_PAGE

      public static final String ADMIN_HELP_PAGE
      For accessing the administration help page in the broker.
      See Also:
    • PROJECT_AREA_ADMINISTRATION

      public static final String PROJECT_AREA_ADMINISTRATION
      For accessing a Project Area administration in the broker.
      See Also:
    • ACCESS_LIST

      public static final String ACCESS_LIST
      For accessing the Access Context list.
      See Also:
    • SERVICE_PROVIDER_CATALOG

      public static final String SERVICE_PROVIDER_CATALOG
      For accessing the OSLC Service Provider Catalog for a given domain.
      See Also:
    • SERVICE_PROVIDER

      public static final String SERVICE_PROVIDER
      For accessing the OSLC Service Provider for a given domain and provider identifier.
      See Also:
    • DELEGATED_UI

      public static final String DELEGATED_UI
      The base path for all delegated UIs, like selection and creation dialogs. This base path is granted to share the session cookie in cross-domain context.
      See Also:
    • DELEGATED_UI_CORE

      public static final String DELEGATED_UI_CORE
      The base path for delegate UI services provided by the Broker framework itself.
      See Also:
    • PROXY

      public static final String PROXY
      The base path for proxy services, that allow fetching resources from the brokered application through the broker.
      See Also:
    • ARCHITECTURE_RESOURCE_ICON

      public static final String ARCHITECTURE_RESOURCE_ICON
      The path for the icon representing an OSLC Architecture Resource.
      See Also:
    • CHANGE_REQUEST_ICON

      public static final String CHANGE_REQUEST_ICON
      The path for the icon representing an OSLC Change Request.
      See Also:
    • CHANGE_SET_ICON

      public static final String CHANGE_SET_ICON
      The path for the icon representing an OSLC Change Set.
      See Also:
    • REQUIREMENT_ICON

      public static final String REQUIREMENT_ICON
      The path for the icon representing an OSLC Requirement.
      See Also:
    • REQUIREMENT_COLLECTION_ICON

      public static final String REQUIREMENT_COLLECTION_ICON
      The path for the icon representing an OSLC Requirement Collection.
      See Also:
    • TEST_CASE_ICON

      public static final String TEST_CASE_ICON
      The path for the icon representing an OSLC Test Case.
      See Also:
    • TEST_EXECUTION_RECORD_ICON

      public static final String TEST_EXECUTION_RECORD_ICON
      The path for the icon representing an OSLC Test Execution Record.
      See Also:
    • TEST_PLAN_ICON

      public static final String TEST_PLAN_ICON
      The path for the icon representing an OSLC Test Plan.
      See Also:
    • TEST_RESULT_ICON

      public static final String TEST_RESULT_ICON
      The path for the icon representing an OSLC Test Result.
      See Also:
    • TEST_SCRIPT_ICON

      public static final String TEST_SCRIPT_ICON
      The path for the icon representing an OSLC Test Script.
      See Also:
    • SERVER_ADMIN_RESTRICTED_ACCESS_PAGE

      public static final String SERVER_ADMIN_RESTRICTED_ACCESS_PAGE
      The path for the page rendered when access is restricted to server administrators only.
      See Also:
    • PROJECT_ADMIN_RESTRICTED_ACCESS_PAGE

      public static final String PROJECT_ADMIN_RESTRICTED_ACCESS_PAGE
      The path for the page rendered when access is restricted to project administrators only.
      See Also:
    • DOMAIN_TRS

      public static final String DOMAIN_TRS
      The path for the TRS feed of a given OSLC domain.
      See Also:
    • SUPPORT_TOOLS

      public static final String SUPPORT_TOOLS
      The path for the support services.
      See Also: