public class ExtIdpInfoDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExtIdpInfoDto.ExtIdpType
认证类型
|
static class |
ExtIdpInfoDto.Type
身份源类型
|
| 构造器和说明 |
|---|
ExtIdpInfoDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindUrl() |
String |
getDesc() |
String |
getDescEn() |
String |
getExtIdpId() |
ExtIdpInfoDto.ExtIdpType |
getExtIdpType() |
String |
getIdentifier() |
String |
getLogo() |
String |
getName() |
String |
getNameEn() |
ExtIdpInfoDto.Type |
getType() |
void |
setBindUrl(String bindUrl) |
void |
setDesc(String desc) |
void |
setDescEn(String descEn) |
void |
setExtIdpId(String extIdpId) |
void |
setExtIdpType(ExtIdpInfoDto.ExtIdpType extIdpType) |
void |
setIdentifier(String identifier) |
void |
setLogo(String logo) |
void |
setName(String name) |
void |
setNameEn(String nameEn) |
void |
setType(ExtIdpInfoDto.Type type) |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getExtIdpId()
public void setExtIdpId(String extIdpId)
public ExtIdpInfoDto.Type getType()
public void setType(ExtIdpInfoDto.Type type)
public ExtIdpInfoDto.ExtIdpType getExtIdpType()
public void setExtIdpType(ExtIdpInfoDto.ExtIdpType extIdpType)
public String getBindUrl()
public void setBindUrl(String bindUrl)
public String getName()
public void setName(String name)
public String getNameEn()
public void setNameEn(String nameEn)
public String getDesc()
public void setDesc(String desc)
public String getDescEn()
public void setDescEn(String descEn)
public String getLogo()
public void setLogo(String logo)
Copyright © 2022. All rights reserved.