Class EntraOAuth2ScopeSpecification

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<EntraOAuth2ScopeRequirement>
io.jenkins.plugins.entraoauth.EntraOAuth2ScopeSpecification
All Implemented Interfaces:
ExtensionPoint, Describable<com.cloudbees.plugins.credentials.domains.DomainSpecification>, Serializable

public class EntraOAuth2ScopeSpecification extends com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification<EntraOAuth2ScopeRequirement>
Entra-specific OAuth2 scope specification for credential domains.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification

    com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification.Descriptor<T>

    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 ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a specification from a raw scopes string.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the raw scopes text used for configuration.

    Methods inherited from class com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification

    _test, getDescriptor, getSpecifiedScopes, test

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntraOAuth2ScopeSpecification

      @DataBoundConstructor public EntraOAuth2ScopeSpecification(String specifiedScopesText)
      Creates a specification from a raw scopes string.
  • Method Details

    • getSpecifiedScopesText

      public String getSpecifiedScopesText()
      Returns the raw scopes text used for configuration.