@Extension public static final class OicSecurityRealm.DescriptorImpl extends Descriptor<SecurityRealm>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckAuthorizationServerUrl(String authorizationServerUrl) |
FormValidation |
doCheckClientId(String clientId) |
FormValidation |
doCheckClientSecret(String clientSecret) |
FormValidation |
doCheckEndSessionEndpoint(String endSessionEndpoint) |
FormValidation |
doCheckPostLogoutRedirectUrl(String postLogoutRedirectUrl) |
FormValidation |
doCheckScopes(String scopes) |
FormValidation |
doCheckTokenServerUrl(String tokenServerUrl) |
FormValidation |
doCheckUserNameField(String userNameField) |
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, toMap
public boolean isAuto()
public boolean isManual()
public String getDisplayName()
getDisplayName
in class Descriptor<SecurityRealm>
public FormValidation doCheckClientId(@QueryParameter String clientId)
public FormValidation doCheckClientSecret(@QueryParameter String clientSecret)
public FormValidation doCheckWellKnownOpenIDConfigurationUrl(@QueryParameter String wellKnownOpenIDConfigurationUrl, @QueryParameter boolean disableSslVerification)
public FormValidation doCheckTokenServerUrl(@QueryParameter String tokenServerUrl)
public FormValidation doCheckAuthorizationServerUrl(@QueryParameter String authorizationServerUrl)
public FormValidation doCheckUserNameField(@QueryParameter String userNameField)
public FormValidation doCheckScopes(@QueryParameter String scopes)
public FormValidation doCheckEndSessionEndpoint(@QueryParameter String endSessionEndpoint)
public FormValidation doCheckPostLogoutRedirectUrl(@QueryParameter String postLogoutRedirectUrl)
Copyright © 2016–2019. All rights reserved.