|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityApi
API for creating, deleting and retrieving external ids from the platform.
Method Summary | |
---|---|
ExternalIDRepresentation |
create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform. |
void |
deleteExternalId(ExternalIDRepresentation externalId)
Deletes between the external id and its global id in the platform. |
ExternalIDRepresentation |
getExternalId(ID extId)
Gets external id representation from the platform by the given external id. |
PagedCollectionResource<ExternalIDCollectionRepresentation> |
getExternalIdsOfGlobalId(GId gid)
Gets the external ids associated with the given global id |
Method Detail |
---|
ExternalIDRepresentation create(ExternalIDRepresentation externalId) throws SDKException
externalId
- the external to be created
SDKException
- if the external id could not be createdExternalIDRepresentation getExternalId(ID extId) throws SDKException
extId
- id of the event to search for
SDKException
- if the external id is not found or if the query failedPagedCollectionResource<ExternalIDCollectionRepresentation> getExternalIdsOfGlobalId(GId gid) throws SDKException
gid
- the global of the external ids to search for
SDKException
- if the query failedvoid deleteExternalId(ExternalIDRepresentation externalId) throws SDKException
externalId
- the external id to be deleted
SDKException
- if the external could not be deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |