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