Class CxIdentityServiceClientAdapter

    • Constructor Detail

      • CxIdentityServiceClientAdapter

        public CxIdentityServiceClientAdapter()
    • Method Detail

      • getProfileReferences

        public java.util.List<ProfileReference> getProfileReferences​(java.lang.String identityKey,
                                                                     java.lang.String identityType,
                                                                     java.lang.String identityOrigin)
        Description copied from interface: CxIdentityServiceClient
        Finds profile references based on identity (e.g. user email, session identifier)
        Specified by:
        getProfileReferences in interface CxIdentityServiceClient
        Parameters:
        identityKey - Identity key
        identityType - Identity type
        identityOrigin - Identity origin
        Returns:
        Profile references
      • getProfileReferences

        public java.util.List<ProfileReference> getProfileReferences​(java.lang.String identityKey,
                                                                     java.lang.String identityType,
                                                                     java.lang.String identityOrigin,
                                                                     int limit,
                                                                     java.lang.String sortBy,
                                                                     java.lang.String sortDirection)
        Description copied from interface: CxIdentityServiceClient
        Finds profile references based on identity (e.g. user email, session identifier)
        Specified by:
        getProfileReferences in interface CxIdentityServiceClient
        Parameters:
        identityKey - Identity key
        identityType - Identity type
        identityOrigin - Identity origin
        limit - Limit of profile references to return
        sortBy - Attribute on which profile references will be sorted
        sortDirection - Sorting direction
        Returns:
        Profile references
      • getProfileReferencesAsync

        public rx.Observable<java.util.List<ProfileReference>> getProfileReferencesAsync​(java.lang.String identityKey,
                                                                                         java.lang.String identityType,
                                                                                         java.lang.String identityOrigin)
        Description copied from interface: CxIdentityServiceClient
        Finds profile references based on identity (e.g. user email, session identifier). Method runs asynchronously.
        Specified by:
        getProfileReferencesAsync in interface CxIdentityServiceClient
        Parameters:
        identityKey - Identity key
        identityType - Identity type
        identityOrigin - Identity origin
        Returns:
        Profile references
      • getProfileReferencesAsync

        public rx.Observable<java.util.List<ProfileReference>> getProfileReferencesAsync​(java.lang.String identityKey,
                                                                                         java.lang.String identityType,
                                                                                         java.lang.String identityOrigin,
                                                                                         int limit,
                                                                                         java.lang.String sortBy,
                                                                                         java.lang.String sortDirection)
        Description copied from interface: CxIdentityServiceClient
        Finds profile references based on identity (e.g. user email, session identifier). Method runs asynchronously.
        Specified by:
        getProfileReferencesAsync in interface CxIdentityServiceClient
        Parameters:
        identityKey - Identity key
        identityType - Identity type
        identityOrigin - Identity origin
        limit - Limit of profile references to return
        sortBy - Attribute on which profile references will be sorted
        sortDirection - Sorting direction
        Returns:
        Profile references