类 AsaAccountTargetDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.AsaAccountTargetDto
-
public class AsaAccountTargetDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAsaAccountTargetDto.TargetType目标对象类型: - `USER`: 用户 - `ROLE`: 角色 - `GROUP`: 分组 - `DEPARTMENT`: 部门
-
构造器概要
构造器 构造器 说明 AsaAccountTargetDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetTargetIdentifier()AsaAccountTargetDto.TargetTypegetTargetType()voidsetTargetIdentifier(String targetIdentifier)voidsetTargetType(AsaAccountTargetDto.TargetType targetType)
-
-
-
方法详细资料
-
getTargetType
public AsaAccountTargetDto.TargetType getTargetType()
-
setTargetType
public void setTargetType(AsaAccountTargetDto.TargetType targetType)
-
getTargetIdentifier
public String getTargetIdentifier()
-
setTargetIdentifier
public void setTargetIdentifier(String targetIdentifier)
-
-