Uses of Interface
org.apache.sling.auth.oauth_client.ClientConnection
Packages that use ClientConnection
-
Uses of ClientConnection in org.apache.sling.auth.oauth_client
Methods in org.apache.sling.auth.oauth_client with parameters of type ClientConnectionModifier and TypeMethodDescription@NotNull OAuthTokenResponseOAuthTokenAccess.clearAccessToken(@NotNull ClientConnection connection, @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull String redirectPath) Clears the access token for the given connection and user, as identified by the request.voidOAuthTokenAccess.clearAccessToken(@NotNull ClientConnection connection, @NotNull org.apache.sling.api.resource.ResourceResolver resolver) Clears the access token for the given connection and user, as identified by the resource resolver@NotNull OAuthTokenResponseOAuthTokenAccess.getAccessToken(@NotNull ClientConnection connection, @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull String redirectPath) Retrieves an existing access, valid, access token from storage.Constructors in org.apache.sling.auth.oauth_client with parameters of type ClientConnectionModifierConstructorDescriptionOAuthTokenResponse(@NotNull Optional<String> token, @NotNull ClientConnection connection, @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull String redirectPath) -
Uses of ClientConnection in org.apache.sling.auth.oauth_client.support
Constructors in org.apache.sling.auth.oauth_client.support with parameters of type ClientConnectionModifierConstructorDescriptionprotectedOAuthEnabledSlingServlet(@NotNull ClientConnection connection, @NotNull OAuthTokenAccess tokenAccess)