public class CreateExtIdpConnDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateExtIdpConnDto.Type
身份源连接类型
|
| 构造器和说明 |
|---|
CreateExtIdpConnDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDisplayName() |
String |
getExtIdpId() |
Object |
getFields() |
String |
getIdentifier() |
Boolean |
getLoginOnly() |
String |
getLogo() |
CreateExtIdpConnDto.Type |
getType() |
void |
setDisplayName(String displayName) |
void |
setExtIdpId(String extIdpId) |
void |
setFields(Object fields) |
void |
setIdentifier(String identifier) |
void |
setLoginOnly(Boolean loginOnly) |
void |
setLogo(String logo) |
void |
setType(CreateExtIdpConnDto.Type type) |
public Object getFields()
public void setFields(Object fields)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getIdentifier()
public void setIdentifier(String identifier)
public CreateExtIdpConnDto.Type getType()
public void setType(CreateExtIdpConnDto.Type type)
public String getExtIdpId()
public void setExtIdpId(String extIdpId)
public Boolean getLoginOnly()
public void setLoginOnly(Boolean loginOnly)
public String getLogo()
public void setLogo(String logo)
Copyright © 2022. All rights reserved.