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 ClassesNested 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.ResultNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionEntraOAuth2ScopeSpecification(String specifiedScopesText) Creates a specification from a raw scopes string. -
Method Summary
Modifier and TypeMethodDescriptionReturns the raw scopes text used for configuration.Methods inherited from class com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeSpecification
_test, getDescriptor, getSpecifiedScopes, test
-
Constructor Details
-
EntraOAuth2ScopeSpecification
Creates a specification from a raw scopes string.
-
-
Method Details
-
getSpecifiedScopesText
Returns the raw scopes text used for configuration.
-