public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETE
HTTP Verb DELETE
|
static String |
GET
HTTP Verb GET
|
static String |
HEAD
HTTP Verb HEAD
|
static String |
POST
HTTP Verb POST
|
static String |
PUBLIC_SUBJECT
Deprecated.
|
static String |
PUT
HTTP Verb PUT
|
static String |
RESOURCE_ACCESS
AUTHORIZATION API resource which handles access operations
|
static String |
RESOURCE_ACCOUNT_MAPPING
IDENTITY API resource which handles account-mapping operations
|
static String |
RESOURCE_ACCOUNT_MAPPING_PENDING
IDENTITY API resource which handles account-mapping request operations
|
static String |
RESOURCE_ACCOUNT_VERIFICATION
IDENTITY API resource which handles account-verification request operations
|
static String |
RESOURCE_ACCOUNTS
IDENTITY API resource which handles account operations
|
static String |
RESOURCE_ARCHIVE
Common API resource which handles archive operations
|
static String |
RESOURCE_AUTHORIZATION
AUTHORIZATION API Resource which handles authorization checks
|
static String |
RESOURCE_CHECKSUM
READ API resource which handles checksum operations
|
static String |
RESOURCE_DIAG_OBJECT
CORE API resource which handles diagnostic object echoing operations
|
static String |
RESOURCE_DIAG_SUBJECT
CORE API resource which handles diagnostic credential echoing operations
|
static String |
RESOURCE_DIAG_SYSMETA
CORE API resource which handles diagnostic sysmeta echoing operations
|
static String |
RESOURCE_ERROR
READ API resource which handles synchronization error operations
|
static String |
RESOURCE_FORMATS
CORE API Resource which handles object formats operations
|
static String |
RESOURCE_GENERATE
CORE API resource which handles identifier generation operations
|
static String |
RESOURCE_GROUPS
IDENTITY API resource which handles group-related operations
|
static String |
RESOURCE_GROUPS_REMOVE
IDENTITY API resource which handles group-member-remove operations
|
static String |
RESOURCE_LOG
CORE API resource which handles logging operations
|
static String |
RESOURCE_META
Common API resource which handles SystemMetadata operations
|
static String |
RESOURCE_META_CHANGED
Common API resource which handles SystemMetadata update operations
|
static String |
RESOURCE_META_OBSOLETEDBY
Common API resource which handles SystemMetadata update operations
|
static String |
RESOURCE_MONITOR_EVENT
CORE API resource which handles event monitoring operations
|
static String |
RESOURCE_MONITOR_OBJECT
CORE API resource which handles object monitoring operations
|
static String |
RESOURCE_MONITOR_PING
CORE API resource which handles ping monitoring operations
|
static String |
RESOURCE_MONITOR_STATUS
CORE API resource which handles status monitoring operations
|
static String |
RESOURCE_NODE
Common API resource which handles node operations
|
static String |
RESOURCE_OBJECTS
Common API resource which handles document operations
|
static String |
RESOURCE_OWNER
AUTHORIZATION API Resource which handles owner checks
|
static String |
RESOURCE_PACKAGES
Common API resource which handles package operations
|
static String |
RESOURCE_QUERY
Common API resource which handles query operations
|
static String |
RESOURCE_RELATIONSHIP
READ API resource which handles relationship assertion operations
|
static String |
RESOURCE_REPLICAS
REPLICATION API endpoint representing the replicas collection
|
static String |
RESOURCE_REPLICATE
REPLICATION API endpoint that represents replication initiation
|
static String |
RESOURCE_REPLICATION_AUTHORIZED
REPLICATION API endpoint that represents replication authorization
|
static String |
RESOURCE_REPLICATION_DELETE_REPLICA
REPLICATION API endpoint that represents replica deletes
|
static String |
RESOURCE_REPLICATION_META
REPLICATION API endpoint that represents replication metadata updates
|
static String |
RESOURCE_REPLICATION_NOTIFY
REPLICATION API endpoint that represents replication status updates
|
static String |
RESOURCE_REPLICATION_POLICY
REPLICATION API endpoint that represents replication policy updates
|
static String |
RESOURCE_RESERVE
CORE API resource which handles identifier reserving operations
|
static String |
RESOURCE_RESOLVE
READ API resource which handles resolve operations
|
static String |
RESOURCE_SEARCH
Common API resource which handles search operations
|
static String |
RESOURCE_SYNCHRONIZE
API resource which handles synchronize operations
|
static String |
RESOURCE_VIEWS
Common API resource which handles view operations
|
static String |
SUBJECT_AUTHENTICATED_USER |
static String |
SUBJECT_PUBLIC |
static String |
SUBJECT_VERIFIED_USER |
static String |
TEMP_DIR
Deprecated.
this is OS-specific and should not be used
|
Constructor and Description |
---|
Constants() |
public static final String GET
public static final String POST
public static final String PUT
public static final String HEAD
public static final String DELETE
public static final String RESOURCE_META
public static final String RESOURCE_META_CHANGED
public static final String RESOURCE_META_OBSOLETEDBY
public static final String RESOURCE_NODE
public static final String RESOURCE_OBJECTS
public static final String RESOURCE_SEARCH
public static final String RESOURCE_ARCHIVE
public static final String RESOURCE_QUERY
public static final String RESOURCE_VIEWS
public static final String RESOURCE_PACKAGES
public static final String RESOURCE_SYNCHRONIZE
public static final String RESOURCE_ACCESS
public static final String RESOURCE_AUTHORIZATION
public static final String RESOURCE_OWNER
public static final String RESOURCE_FORMATS
public static final String RESOURCE_LOG
public static final String RESOURCE_MONITOR_PING
public static final String RESOURCE_MONITOR_OBJECT
public static final String RESOURCE_MONITOR_EVENT
public static final String RESOURCE_MONITOR_STATUS
public static final String RESOURCE_DIAG_SUBJECT
public static final String RESOURCE_DIAG_SYSMETA
public static final String RESOURCE_DIAG_OBJECT
public static final String RESOURCE_RESERVE
public static final String RESOURCE_GENERATE
public static final String RESOURCE_ACCOUNTS
public static final String RESOURCE_ACCOUNT_MAPPING
public static final String RESOURCE_ACCOUNT_MAPPING_PENDING
public static final String RESOURCE_ACCOUNT_VERIFICATION
public static final String RESOURCE_GROUPS
public static final String RESOURCE_GROUPS_REMOVE
public static final String RESOURCE_RELATIONSHIP
public static final String RESOURCE_CHECKSUM
public static final String RESOURCE_ERROR
public static final String RESOURCE_RESOLVE
public static final String RESOURCE_REPLICATION_POLICY
public static final String RESOURCE_REPLICATION_META
public static final String RESOURCE_REPLICATION_AUTHORIZED
public static final String RESOURCE_REPLICATION_NOTIFY
public static final String RESOURCE_REPLICATION_DELETE_REPLICA
public static final String RESOURCE_REPLICATE
public static final String RESOURCE_REPLICAS
public static final String TEMP_DIR
@Deprecated public static final String PUBLIC_SUBJECT
public static final String SUBJECT_PUBLIC
public static final String SUBJECT_AUTHENTICATED_USER
public static final String SUBJECT_VERIFIED_USER
Copyright © 2020. All Rights Reserved.