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 TypeMethodDescriptionvoidOAuthTokenAccess.clearAccessToken(ClientConnection connection, org.apache.sling.api.resource.ResourceResolver resolver) Clears the access token for the given connection and user, as identified by the resource resolverOAuthTokenAccess.clearAccessToken(ClientConnection connection, org.apache.sling.api.SlingHttpServletRequest request, String redirectPath) Clears the access token for the given connection and user, as identified by the request.OAuthTokenAccess.getAccessToken(ClientConnection connection, org.apache.sling.api.SlingHttpServletRequest request, String redirectPath) Retrieves an existing access, valid, access token from storage.Constructors in org.apache.sling.auth.oauth_client with parameters of type ClientConnectionModifierConstructorDescriptionOAuthTokenResponse(Optional<String> token, ClientConnection connection, org.apache.sling.api.SlingHttpServletRequest request, 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(ClientConnection connection, OAuthTokenAccess tokenAccess)