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 class
JwtContext
JWT Authentication context.class
OAuthContext
Represents 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 Context
WorkspaceUtil. 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 Context
Workspace. getAuthContext()
Methods in com.adobe.aio.workspace with parameters of type Context Modifier and Type Method Description Workspace.Builder
Workspace.Builder. authContext(Context authContext)
-