Index

A C E F G H I L R T U V 
All Classes and Interfaces|All Packages

A

addItem(IdentityItem, String) - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
Add an identity item which is used to clearly distinguish entities that are interacting with digital experiences.
AMBIGUOUS - Enum constant in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
The state is ambiguous.
AUTHENTICATED - Enum constant in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
User identified by a login or similar action that was valid at the time of the event observation.
AuthenticatedState - Enum in com.adobe.marketing.mobile.edge.identity
Represents the authentication state for an IdentityItem

C

com.adobe.marketing.mobile.edge.identity - package com.adobe.marketing.mobile.edge.identity
 

E

equals(Object) - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
 
EXTENSION - Static variable in class com.adobe.marketing.mobile.edge.identity.Identity
 
extensionVersion() - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Returns the version of the Identity extension

F

fromString(String) - Static method in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
 

G

getAuthenticatedState() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
The state this identity is authenticated.
getExperienceCloudId(AdobeCallback<String>) - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Returns the Experience Cloud ID.
getId() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
Identity of the consumer in the related namespace.
getIdentities(AdobeCallback<IdentityMap>) - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Returns all identifiers, including customer identifiers which were previously added.
getIdentityItemsForNamespace(String) - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
Gets the IdentityItems for the namespace returns an empty list if no IdentityItems were found for the namespace
getName() - Method in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
 
getNamespaces() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
Returns a list of all the namespaces contained in this IdentityMap.
getUrlVariables(AdobeCallback<String>) - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Returns the identifiers in URL query parameter format for consumption in hybrid mobile applications.

H

hashCode() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
 

I

Identity - Class in com.adobe.marketing.mobile.edge.identity
Defines the public APIs for the AEP Edge Identity extension.
IdentityItem - Class in com.adobe.marketing.mobile.edge.identity
Identity is used to clearly distinguish people that are interacting with digital experiences.
IdentityItem(IdentityItem) - Constructor for class com.adobe.marketing.mobile.edge.identity.IdentityItem
Creates a copy of item.
IdentityItem(String) - Constructor for class com.adobe.marketing.mobile.edge.identity.IdentityItem
Creates a new IdentityItem with default values authenticatedState) is set to AMBIGUOUS (@code primary is set to false An IdentityItem should not have an empty or null id value.
IdentityItem(String, AuthenticatedState, boolean) - Constructor for class com.adobe.marketing.mobile.edge.identity.IdentityItem
Creates a new IdentityItem.
IdentityMap - Class in com.adobe.marketing.mobile.edge.identity
Defines a map containing a set of end user identities, keyed on either namespace integration code or the namespace ID of the identity.
IdentityMap() - Constructor for class com.adobe.marketing.mobile.edge.identity.IdentityMap
 
isEmpty() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
Determines if this IdentityMap has no identities.
isPrimary() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
Indicates if this identity is the preferred identity.

L

LOGGED_OUT - Enum constant in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
User was identified by a login action at some point of time previously, but is not currently logged in.

R

removeIdentity(IdentityItem, String) - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Removes the identity from the stored client-side IdentityMap.
removeItem(IdentityItem, String) - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
Remove a single IdentityItem from this map.

T

toString() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
 
toString() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityMap
 

U

updateIdentities(IdentityMap) - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
Updates the currently known IdentityMap within the SDK.

V

valueOf(String) - Static method in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adobe.marketing.mobile.edge.identity.AuthenticatedState
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I L R T U V 
All Classes and Interfaces|All Packages