com.day.cq.analytics.sitecatalyst.util.TokenProviderProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
package com.day.cq.analytics.sitecatalyst.util;
import com.adobe.granite.crypto.CryptoException;
import org.apache.sling.api.resource.LoginException;
import org.osgi.annotation.versioning.ProviderType;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.io.IOException;
import java.util.Map;
import java.util.Set;
@ProviderType
public interface TokenProviderProxy {
@Nullable
String getAccessToken(@Nonnull String name) throws CryptoException, IOException, LoginException;
@Nonnull
Set
© 2015 - 2024 Weber Informatics LLC | Privacy Policy