Uses of Interface
com.google.jenkins.plugins.credentials.oauth.OAuth2Credentials
Packages that use OAuth2Credentials
-
Uses of OAuth2Credentials in com.google.jenkins.plugins.credentials.oauth
Subinterfaces of OAuth2Credentials in com.google.jenkins.plugins.credentials.oauthModifier and TypeInterfaceDescriptioninterfaceOAuth2Token<T extends OAuth2ScopeRequirement>Credentials that store an OAuth2 token (refresh or access)interfaceCredentials that have a username and an access token combination.Method parameters in com.google.jenkins.plugins.credentials.oauth with type arguments of type OAuth2CredentialsModifier and TypeMethodDescriptionabstract booleanOAuth2CapabilityScopeResolver.isApplicable(Class<? extends OAuth2Credentials<?>> credentialsType) Whether this resolver knows how to handle the given credentials type.static OAuth2ScopeRequirementOAuth2CapabilityScopeResolver.resolve(Class<? extends OAuth2Credentials<?>> credentialsType, Collection<OAuth2ScopeCapability> capabilities) Finds the applicable resolver for a credentials type and resolves it.