public static enum ApplicationEnabledExtIdpConnDto.ExtIdpConnType extends Enum<ApplicationEnabledExtIdpConnDto.ExtIdpConnType>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getValue() |
static ApplicationEnabledExtIdpConnDto.ExtIdpConnType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ApplicationEnabledExtIdpConnDto.ExtIdpConnType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType OIDC
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType OAUTH
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType SAML
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType LDAP
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType AD
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType CAS
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType AZURE_AD
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType ALIPAY
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType FACEBOOK
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType TWITTER
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType GOOGLE_MOBILE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType GOOGLE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_PC
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_MOBILE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_WEBPAGE_AUTHORIZATION
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATMP_QRCODE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_MINIPROGRAM_DEFAULT
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_MINIPROGRAM_QRCONNECT
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHAT_MINIPROGRAM_APP_LAUNCH
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType GITHUB
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType QQ
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATWORK_CORP_QRCONNECT
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATWORK_AGENCY_QRCONNECT
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATWORK_SERVICE_PROVIDER_QRCONNECT
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATWORK_MOBILE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WECHATWORK_AGENCY_MOBILE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType DINGTALK
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType DINGTALK_PROVIDER
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WEIBO
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType APPLE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType APPLE_WEB
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType BAIDU
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType LARK_INTERNAL
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType LARK_PUBLIC
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType GITLAB
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType LINKEDIN
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType SLACK
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType YIDUN
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType QINGCLOUD
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType GITEE
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType INSTAGRAM
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType WELINK
public static final ApplicationEnabledExtIdpConnDto.ExtIdpConnType AD_KERBEROS
public static ApplicationEnabledExtIdpConnDto.ExtIdpConnType[] values()
for (ApplicationEnabledExtIdpConnDto.ExtIdpConnType c : ApplicationEnabledExtIdpConnDto.ExtIdpConnType.values()) System.out.println(c);
public static ApplicationEnabledExtIdpConnDto.ExtIdpConnType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.