public class FactorDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FactorDto.FactorType
MFA 认证要素类型
|
| 构造器和说明 |
|---|
FactorDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFactorId() |
FactorDto.FactorType |
getFactorType() |
Object |
getProfile() |
void |
setFactorId(String factorId) |
void |
setFactorType(FactorDto.FactorType factorType) |
void |
setProfile(Object profile) |
public String getFactorId()
public void setFactorId(String factorId)
public FactorDto.FactorType getFactorType()
public void setFactorType(FactorDto.FactorType factorType)
public Object getProfile()
public void setProfile(Object profile)
Copyright © 2022. All rights reserved.