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
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckClientId
(String clientId) doCheckClientSecret
(String clientSecret) doCheckDisableSslVerification
(Boolean disableSslVerification) doCheckDisableTokenVerification
(Boolean disableTokenVerification) doCheckEmailFieldName
(String emailFieldName) doCheckFullNameFieldName
(String fullNameFieldName) doCheckGroupsFieldName
(String groupsFieldName) doCheckPostLogoutRedirectUrl
(String postLogoutRedirectUrl) doCheckTokenFieldToCheckKey
(String tokenFieldToCheckKey) doCheckUserNameField
(String userNameField) boolean
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
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<SecurityRealm>
-
doCheckClientId
-
doCheckClientSecret
-
doCheckPostLogoutRedirectUrl
-
doCheckUserNameField
-
doCheckFullNameFieldName
-
doCheckEmailFieldName
-
doCheckGroupsFieldName
-
doCheckTokenFieldToCheckKey
-
doCheckDisableSslVerification
-
doCheckDisableTokenVerification
public FormValidation doCheckDisableTokenVerification(@QueryParameter Boolean disableTokenVerification) -
getDefaultServerConfigurationType
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Descriptor<OicServerConfiguration> getDefaultServerConfigurationType() -
isFipsEnabled
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public boolean isFipsEnabled()
-