Package org.jenkinsci.plugins.oic
Class OicSecurityRealm.DescriptorImpl
- Enclosing class:
- OicSecurityRealm
@Extension
public static final class OicSecurityRealm.DescriptorImpl
extends Descriptor<SecurityRealm>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckAuthorizationServerUrl(String authorizationServerUrl) doCheckClientId(String clientId) doCheckClientSecret(String clientSecret) doCheckEmailFieldName(String emailFieldName) doCheckEndSessionEndpoint(String endSessionEndpoint) doCheckFullNameFieldName(String fullNameFieldName) doCheckGroupsFieldName(String groupsFieldName) doCheckJwksServerUrl(String jwksServerUrl) doCheckOverrideScopes(String overrideScopes) doCheckPostLogoutRedirectUrl(String postLogoutRedirectUrl) doCheckScopes(String scopes) doCheckTokenAuthMethod(String tokenAuthMethod) doCheckTokenFieldToCheckKey(String tokenFieldToCheckKey) doCheckTokenServerUrl(String tokenServerUrl) doCheckUserNameField(String userNameField) doCheckWellKnownOpenIDConfigurationUrl(String wellKnownOpenIDConfigurationUrl, boolean disableSslVerification) booleanisAuto()booleanisManual()Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isAuto
public boolean isAuto() -
isManual
public boolean isManual() -
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<SecurityRealm>
-
doCheckClientId
-
doCheckClientSecret
-
doCheckWellKnownOpenIDConfigurationUrl
public FormValidation doCheckWellKnownOpenIDConfigurationUrl(@QueryParameter String wellKnownOpenIDConfigurationUrl, @QueryParameter boolean disableSslVerification) -
doCheckTokenServerUrl
-
doCheckJwksServerUrl
-
doCheckTokenAuthMethod
-
doCheckAuthorizationServerUrl
-
doCheckScopes
-
doCheckOverrideScopes
-
doCheckEndSessionEndpoint
-
doCheckPostLogoutRedirectUrl
-
doCheckUserNameField
-
doCheckFullNameFieldName
-
doCheckEmailFieldName
-
doCheckGroupsFieldName
-
doCheckTokenFieldToCheckKey
-