Package com.sodius.oslc.broker
Class Paths
java.lang.Object
com.sodius.oslc.broker.Paths
Relative paths of REST services contributed by the Broker.
- Since:
- 4.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFor accessing the Access Context list.static final StringFor accessing the administration help page in the broker.static final StringFor accessing the administration page in the broker.static final StringThe path for the icon representing an OSLC Architecture Resource.static final StringThe path for the icon representing an OSLC Change Request.static final StringThe path for the icon representing an OSLC Change Set.static final StringThe base path for all delegated UIs, like selection and creation dialogs.static final StringThe base path for delegate UI services provided by the Broker framework itself.static final StringThe path for the TRS feed of a given OSLC domain.static final StringThe path for the LinksExplorer component page.static final StringThe path for the LinksExplorer help home page.static final StringFor accessing OAuth Access Token service.static final StringFor OAuth approving key.static final StringFor accessing OAuth Authorize service.static final StringFor accessing OAuth callback URL.static final StringFor the broker login screen, used when a REST end-point is called and the user is not yet logged-in.static final StringFor the broker login bridge, used when HTML content is requested and the user is not yet logged-in.static final StringFor accessing OAuth Request Key service.static final StringFor accessing OAuth Request Token service.static final StringFor accessing a Person of a given identifier.static final StringThe path for the page rendered when access is restricted to project administrators only.static final StringFor accessing a Project Area of a given identifier.static final StringFor accessing a Project Area administration in the broker.static final StringThe base path for proxy services, that allow fetching resources from the brokered application through the broker.static final StringThe path for the icon representing an OSLC link whose target resource is deleted.static final StringThe path for the icon representing a generic OSLC link.static final StringThe path for OSLC links stored as broker proxies.static final StringFor accessing OSLC Publisher.static final StringThe path for the icon representing an OSLC Requirement Collection.static final StringThe path for the icon representing an OSLC Requirement.static final StringFor accessing OSLC root services.static final StringThe path for the page rendered when access is restricted to server administrators only.static final StringFor accessing the OSLC Service Provider for a given domain and provider identifier.static final StringFor accessing the OSLC Service Provider Catalog for a given domain.static final StringThe path for the support services.static final StringThe path for the icon representing an OSLC Test Case.static final StringThe path for the icon representing an OSLC Test Execution Record.static final StringThe path for the icon representing an OSLC Test Plan.static final StringThe path for the icon representing an OSLC Test Result.static final StringThe path for the icon representing an OSLC Test Script. -
Method Summary
-
Field Details
-
ROOT_SERVICES
For accessing OSLC root services.- See Also:
-
PUBLISHER
For accessing OSLC Publisher.- See Also:
-
OAUTH_REQUEST_KEY
For accessing OAuth Request Key service.- See Also:
-
OAUTH_AUTHORIZE
For accessing OAuth Authorize service.- See Also:
-
OAUTH_REQUEST_TOKEN
For accessing OAuth Request Token service.- See Also:
-
OAUTH_ACCESS_TOKEN
For accessing OAuth Access Token service.- See Also:
-
OAUTH_CALLBACK
For accessing OAuth callback URL.- See Also:
-
OAUTH_APPROVE_KEY
For OAuth approving key.- See Also:
-
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
For the broker login bridge, used when HTML content is requested and the user is not yet logged-in.- See Also:
-
PERSON
For accessing a Person of a given identifier.- See Also:
-
PROJECT_AREA
For accessing a Project Area of a given identifier.- See Also:
-
ADMIN_HOME_PAGE
For accessing the administration page in the broker.- See Also:
-
ADMIN_HELP_PAGE
For accessing the administration help page in the broker.- See Also:
-
PROJECT_AREA_ADMINISTRATION
For accessing a Project Area administration in the broker.- See Also:
-
ACCESS_LIST
For accessing the Access Context list.- See Also:
-
SERVICE_PROVIDER_CATALOG
For accessing the OSLC Service Provider Catalog for a given domain.- See Also:
-
SERVICE_PROVIDER
For accessing the OSLC Service Provider for a given domain and provider identifier.- See Also:
-
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
The base path for delegate UI services provided by the Broker framework itself.- See Also:
-
PROXY
The base path for proxy services, that allow fetching resources from the brokered application through the broker.- See Also:
-
PROXY_LINK
The path for OSLC links stored as broker proxies.- See Also:
-
PROXY_BROKEN_LINK_ICON
The path for the icon representing an OSLC link whose target resource is deleted.- See Also:
-
PROXY_GENERIC_LINK_ICON
The path for the icon representing a generic OSLC link.- See Also:
-
ARCHITECTURE_RESOURCE_ICON
The path for the icon representing an OSLC Architecture Resource.- See Also:
-
CHANGE_REQUEST_ICON
The path for the icon representing an OSLC Change Request.- See Also:
-
CHANGE_SET_ICON
The path for the icon representing an OSLC Change Set.- See Also:
-
REQUIREMENT_ICON
The path for the icon representing an OSLC Requirement.- See Also:
-
REQUIREMENT_COLLECTION_ICON
The path for the icon representing an OSLC Requirement Collection.- See Also:
-
TEST_CASE_ICON
The path for the icon representing an OSLC Test Case.- See Also:
-
TEST_EXECUTION_RECORD_ICON
The path for the icon representing an OSLC Test Execution Record.- See Also:
-
TEST_PLAN_ICON
The path for the icon representing an OSLC Test Plan.- See Also:
-
TEST_RESULT_ICON
The path for the icon representing an OSLC Test Result.- See Also:
-
TEST_SCRIPT_ICON
The path for the icon representing an OSLC Test Script.- See Also:
-
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
The path for the page rendered when access is restricted to project administrators only.- See Also:
-
DOMAIN_TRS
The path for the TRS feed of a given OSLC domain.- See Also:
-
LINKS_EXPLORER
The path for the LinksExplorer component page.- See Also:
-
LINKS_EXPLORER_HELP_PAGE
The path for the LinksExplorer help home page.- See Also:
-
SUPPORT_TOOLS
The path for the support services.- See Also:
-