@ProviderType public interface NuiAuth
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken()
Get the accessToken for NUI processing API and Adobe IO event journaling API, it require the IMS accessToken
provider is setup well for NuiProcess
|
java.util.List<org.apache.http.Header> |
getHeaders()
get the auth header with at least x-api-key and Authorization, one of user case is using it for call the Adobe IO
events journaling API
|
java.util.Dictionary<java.lang.String,java.lang.Object> |
getImsConfiguration()
get the configuration of the IMS accessToken provider
|
java.lang.String |
getOrganizationId()
get the OrganizationID of the IMS accessToken provider
|
java.lang.String getAccessToken() throws LoginException, CryptoException, java.io.IOException
LoginException
CryptoException
java.io.IOException
java.lang.String getOrganizationId()
java.util.List<org.apache.http.Header> getHeaders() throws LoginException, CryptoException, java.io.IOException
LoginException
CryptoException
java.io.IOException
java.util.Dictionary<java.lang.String,java.lang.Object> getImsConfiguration()
Copyright © 2010 - 2020 Adobe. All Rights Reserved