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