Package com.authlete.common.dto
Class AuthorizedClientListResponse
- java.lang.Object
 - 
- com.authlete.common.dto.ClientListResponse
 - 
- com.authlete.common.dto.AuthorizedClientListResponse
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AuthorizedClientListResponse extends ClientListResponse
Response from Authlete's/client/authorization/get/listAPI.- Since:
 - 1.36
 - Author:
 - Takahiko Kawasaki
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthorizedClientListResponse() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubject()Get the identifier of the user who has granted authorization to the client applications.AuthorizedClientListResponsesetSubject(String subject)Set the identifier of the user who has granted authorization to the client applications.- 
Methods inherited from class com.authlete.common.dto.ClientListResponse
getClients, getDeveloper, getEnd, getStart, getTotalCount, setClients, setDeveloper, setEnd, setStart, setTotalCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSubject
public String getSubject()
Get the identifier of the user who has granted authorization to the client applications.- Returns:
 - The identifier of the user.
 
 
- 
setSubject
public AuthorizedClientListResponse setSubject(String subject)
Set the identifier of the user who has granted authorization to the client applications.- Parameters:
 subject- The identifier of the user.- Returns:
 thisobject.
 
 - 
 
 -