Skip to content

Metadata PR for category: Portal #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions portal/oauth/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"category": "Portal",
"description": "@@TODO: Authenticate with OAuth 2.0 to retrieve the user's profile information.",
"ignore": false,
"images": [
"OAuth.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"AuthenticationChallengeHandler",
"OAuthConfiguration",
"OAuthTokenCredential",
"OAuthTokenCredentialRequest",
"Portal",
"PortalUser"
],
"redirect_from": "@@TODO: /java/latest/sample-code/oauth.htm",
"relevant_apis": [
"AuthenticationChallengeHandler",
"OAuthConfiguration",
"OAuthTokenCredential",
"OAuthTokenCredentialRequest",
"Portal",
"PortalUser"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/oauth_controller.fxml",
"src/main/resources/oauth_auth_dialog.fxml",
"src/main/java/com/esri/samples/oauth/OAuthSample.java",
"src/main/java/com/esri/samples/oauth/AuthenticationDialog.java",
"src/main/java/com/esri/samples/oauth/OAuthLauncher.java",
"src/main/java/com/esri/samples/oauth/OAuthChallengeHandler.java",
"src/main/java/com/esri/samples/oauth/OAuthController.java"
],
"title": "@@TODO: OAuth"
}
37 changes: 37 additions & 0 deletions portal/token-authentication/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"category": "Portal",
"description": "@@TODO: Access a map service that is secured with an ArcGIS token-based authentication.",
"ignore": false,
"images": [
"TokenAuthentication.png"
],
"keywords": [
"authentication",
"map service",
"security",
"token",
"AuthenticationChallengeHandler",
"AuthenticationManager",
"DefaultAuthenticationChallengeHandler",
"Map",
"MapView",
"Portal",
"PortalItem"
],
"redirect_from": "@@TODO: /java/latest/sample-code/token-authentication.htm",
"relevant_apis": [
"AuthenticationChallengeHandler",
"AuthenticationManager",
"DefaultAuthenticationChallengeHandler",
"Map",
"MapView",
"Portal",
"PortalItem"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/java/com/esri/samples/token_authentication/TokenAuthenticationLauncher.java",
"src/main/java/com/esri/samples/token_authentication/TokenAuthenticationSample.java"
],
"title": "@@TODO: Token authentication"
}
34 changes: 34 additions & 0 deletions portal/webmap-keyword-search/README.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"category": "Portal",
"description": "@@TODO: Find webmaps within a portal using a keyword.",
"ignore": false,
"images": [
"WebmapKeywordSearch.png"
],
"keywords": [
"@@TODO: *** PLEASE ADD ADDITIONAL KEYWORDS ***",
"ArcGISMap",
"MapView",
"Portal",
"PortalItem",
"PortalQueryParameters",
"PortalQueryResultSet"
],
"redirect_from": "/java/latest/sample-code/webmap-keyword-search.htm",
"relevant_apis": [
"ArcGISMap",
"MapView",
"Portal",
"PortalItem",
"PortalQueryParameters",
"PortalQueryResultSet"
],
"snippets": [
"@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***",
"src/main/resources/webmap_keyword_search.fxml",
"src/main/java/com/esri/samples/webmap_keyword_search/WebmapKeywordSearchSample.java",
"src/main/java/com/esri/samples/webmap_keyword_search/WebmapKeywordSearchLauncher.java",
"src/main/java/com/esri/samples/webmap_keyword_search/WebmapKeywordSearchController.java"
],
"title": "@@TODO: Webmap Keyword Search"
}