Class OicSecurityRealm.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SecurityRealm>
org.jenkinsci.plugins.oic.OicSecurityRealm.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
OicSecurityRealm

@Extension public static final class OicSecurityRealm.DescriptorImpl extends Descriptor<SecurityRealm>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • isAuto

      public boolean isAuto()
    • isManual

      public boolean isManual()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<SecurityRealm>
    • doCheckClientId

      public FormValidation doCheckClientId(@QueryParameter String clientId)
    • doCheckClientSecret

      public FormValidation doCheckClientSecret(@QueryParameter String clientSecret)
    • doCheckWellKnownOpenIDConfigurationUrl

      public FormValidation doCheckWellKnownOpenIDConfigurationUrl(@QueryParameter String wellKnownOpenIDConfigurationUrl, @QueryParameter boolean disableSslVerification)
    • doCheckTokenServerUrl

      public FormValidation doCheckTokenServerUrl(@QueryParameter String tokenServerUrl)
    • doCheckJwksServerUrl

      public FormValidation doCheckJwksServerUrl(@QueryParameter String jwksServerUrl)
    • doCheckTokenAuthMethod

      public FormValidation doCheckTokenAuthMethod(@QueryParameter String tokenAuthMethod)
    • doCheckAuthorizationServerUrl

      public FormValidation doCheckAuthorizationServerUrl(@QueryParameter String authorizationServerUrl)
    • doCheckScopes

      public FormValidation doCheckScopes(@QueryParameter String scopes)
    • doCheckOverrideScopes

      public FormValidation doCheckOverrideScopes(@QueryParameter String overrideScopes)
    • doCheckEndSessionEndpoint

      public FormValidation doCheckEndSessionEndpoint(@QueryParameter String endSessionEndpoint)
    • doCheckPostLogoutRedirectUrl

      public FormValidation doCheckPostLogoutRedirectUrl(@QueryParameter String postLogoutRedirectUrl)
    • doCheckUserNameField

      public FormValidation doCheckUserNameField(@QueryParameter String userNameField)
    • doCheckFullNameFieldName

      public FormValidation doCheckFullNameFieldName(@QueryParameter String fullNameFieldName)
    • doCheckEmailFieldName

      public FormValidation doCheckEmailFieldName(@QueryParameter String emailFieldName)
    • doCheckGroupsFieldName

      public FormValidation doCheckGroupsFieldName(@QueryParameter String groupsFieldName)
    • doCheckTokenFieldToCheckKey

      public FormValidation doCheckTokenFieldToCheckKey(@QueryParameter String tokenFieldToCheckKey)