A C E F G H I L R T U V
All Classes All Packages
All Classes All Packages
All Classes 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 - com.adobe.marketing.mobile.edge.identity.AuthenticatedState
-
The state is ambiguous.
- AUTHENTICATED - 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
Identityextension
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 noIdentityItems 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
IdentityItemwith default valuesauthenticatedState) is set to AMBIGUOUS (@code primaryis set to false AnIdentityItemshould not have an empty or nullidvalue. - 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
IdentityMaphas no identities. - isPrimary() - Method in class com.adobe.marketing.mobile.edge.identity.IdentityItem
-
Indicates if this identity is the preferred identity.
L
- LOGGED_OUT - 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
- registerExtension() - Static method in class com.adobe.marketing.mobile.edge.identity.Identity
-
Deprecated.as of 2.0.0, use
MobileCore.registerExtensions(List, AdobeCallback)withIdentity.EXTENSIONinstead. - 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
IdentityItemfrom 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
IdentityMapwithin 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.
All Classes All Packages