@Extension
public static final class OicSecurityRealm.DescriptorImpl
extends hudson.model.Descriptor<hudson.security.SecurityRealm>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAuthorizationServerUrl(String authorizationServerUrl) |
hudson.util.FormValidation |
doCheckClientId(String clientId) |
hudson.util.FormValidation |
doCheckClientSecret(String clientSecret) |
hudson.util.FormValidation |
doCheckEndSessionEndpoint(String endSessionEndpoint) |
hudson.util.FormValidation |
doCheckPostLogoutRedirectUrl(String postLogoutRedirectUrl) |
hudson.util.FormValidation |
doCheckScopes(String scopes) |
hudson.util.FormValidation |
doCheckTokenServerUrl(String tokenServerUrl) |
hudson.util.FormValidation |
doCheckUserNameField(String userNameField) |
hudson.util.FormValidation |
doCheckWellKnownOpenIDConfigurationUrl(String wellKnownOpenIDConfigurationUrl,
boolean disableSslVerification) |
String |
getDisplayName() |
boolean |
isAuto() |
boolean |
isManual() |
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isAuto()
public boolean isManual()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.security.SecurityRealm>public hudson.util.FormValidation doCheckClientId(@QueryParameter
String clientId)
public hudson.util.FormValidation doCheckClientSecret(@QueryParameter
String clientSecret)
public hudson.util.FormValidation doCheckWellKnownOpenIDConfigurationUrl(@QueryParameter
String wellKnownOpenIDConfigurationUrl,
@QueryParameter
boolean disableSslVerification)
public hudson.util.FormValidation doCheckTokenServerUrl(@QueryParameter
String tokenServerUrl)
public hudson.util.FormValidation doCheckAuthorizationServerUrl(@QueryParameter
String authorizationServerUrl)
public hudson.util.FormValidation doCheckUserNameField(@QueryParameter
String userNameField)
public hudson.util.FormValidation doCheckScopes(@QueryParameter
String scopes)
public hudson.util.FormValidation doCheckEndSessionEndpoint(@QueryParameter
String endSessionEndpoint)
public hudson.util.FormValidation doCheckPostLogoutRedirectUrl(@QueryParameter
String postLogoutRedirectUrl)
Copyright © 2016–2020. All rights reserved.