类 GetAuthorizedTargetsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.GetAuthorizedTargetsDto
-
public class GetAuthorizedTargetsDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetAuthorizedTargetsDto.ResourceType资源类型static classGetAuthorizedTargetsDto.TargetType主体类型
-
构造器概要
构造器 构造器 说明 GetAuthorizedTargetsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GetAuthorizedResourceActionDtogetActions()StringgetNamespace()StringgetResource()GetAuthorizedTargetsDto.ResourceTypegetResourceType()GetAuthorizedTargetsDto.TargetTypegetTargetType()voidsetActions(GetAuthorizedResourceActionDto actions)voidsetNamespace(String namespace)voidsetResource(String resource)voidsetResourceType(GetAuthorizedTargetsDto.ResourceType resourceType)voidsetTargetType(GetAuthorizedTargetsDto.TargetType targetType)
-
-
-
方法详细资料
-
getResource
public String getResource()
-
setResource
public void setResource(String resource)
-
getNamespace
public String getNamespace()
-
setNamespace
public void setNamespace(String namespace)
-
getResourceType
public GetAuthorizedTargetsDto.ResourceType getResourceType()
-
setResourceType
public void setResourceType(GetAuthorizedTargetsDto.ResourceType resourceType)
-
getTargetType
public GetAuthorizedTargetsDto.TargetType getTargetType()
-
setTargetType
public void setTargetType(GetAuthorizedTargetsDto.TargetType targetType)
-
getActions
public GetAuthorizedResourceActionDto getActions()
-
setActions
public void setActions(GetAuthorizedResourceActionDto actions)
-
-