Class GoogleOAuth2ScopeSpecification
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<com.cloudbees.plugins.credentials.domains.DomainSpecification>
-
- com.cloudbees.plugins.credentials.domains.DomainSpecification
-
- com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification<GoogleOAuth2ScopeRequirement>
-
- com.google.jenkins.plugins.credentials.oauth.GoogleOAuth2ScopeSpecification
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<com.cloudbees.plugins.credentials.domains.DomainSpecification>
,Serializable
public class GoogleOAuth2ScopeSpecification extends com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification<GoogleOAuth2ScopeRequirement>
A Google-specific implementation of theOAuth2ScopeSpecification
that limits its application to Google-specificOAuth2ScopeRequirement
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleOAuth2ScopeSpecification.DescriptorImpl
Denoted this class is aDomainSpecification
plugin, in particular forOAuth2ScopeSpecification
-
Nested classes/interfaces inherited from class com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification
com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification.Descriptor<T extends com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeRequirement>
-
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.domains.DomainSpecification
com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GoogleOAuth2ScopeSpecification(Collection<String> specifiedScopes)
-
-
-
Constructor Detail
-
GoogleOAuth2ScopeSpecification
@DataBoundConstructor public GoogleOAuth2ScopeSpecification(Collection<String> specifiedScopes)
-
-