Uses of Interface
com.adobe.aio.auth.Context
-
Packages that use Context Package Description com.adobe.aio.auth com.adobe.aio.util com.adobe.aio.workspace -
-
Uses of Context in com.adobe.aio.auth
Classes in com.adobe.aio.auth that implement Context Modifier and Type Class Description classJwtContextJWT Authentication context.classOAuthContextRepresents an OAuth Client Credentials authentication context. -
Uses of Context in com.adobe.aio.util
Methods in com.adobe.aio.util that return Context Modifier and Type Method Description static ContextWorkspaceUtil. getAuthContext(Map<String,String> configMap) -
Uses of Context in com.adobe.aio.workspace
Methods in com.adobe.aio.workspace that return Context Modifier and Type Method Description ContextWorkspace. getAuthContext()Methods in com.adobe.aio.workspace with parameters of type Context Modifier and Type Method Description Workspace.BuilderWorkspace.Builder. authContext(Context authContext)
-