Uses of Class
com.authlete.common.dto.TokenListResponse
Packages that use TokenListResponse
Package
Description
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory).Requests to and responses from Authlete APIs and some data structures.
-
Uses of TokenListResponse in com.authlete.common.api
Methods in com.authlete.common.api that return TokenListResponseModifier and TypeMethodDescriptionprotected TokenListResponseAuthleteApiBasicImpl.callGetTokenList(String auth, String path, String clientIdentifier, String subject, int start, int end, boolean rangeGiven, TokenStatus tokenStatus, Options options) default TokenListResponseAuthleteApi.getTokenList()Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI).default TokenListResponseAuthleteApi.getTokenList(int start, int end) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI withstartandendparameters).AuthleteApi.getTokenList(int start, int end, Options options) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI withstartandendparameters).default TokenListResponseAuthleteApi.getTokenList(int start, int end, TokenStatus tokenStatus) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI withstartandendparameters).AuthleteApi.getTokenList(int start, int end, TokenStatus tokenStatus, Options options) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI withstartandendparameters).AuthleteApi.getTokenList(Options options) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI).default TokenListResponseAuthleteApi.getTokenList(TokenStatus tokenStatus) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI).AuthleteApi.getTokenList(TokenStatus tokenStatus, Options options) Get the list of access tokens that are associated with the service (= call Authlete's/auth/token/get/listAPI).default TokenListResponseAuthleteApi.getTokenList(String clientIdentifier, String subject) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifierandsubject).default TokenListResponseAuthleteApi.getTokenList(String clientIdentifier, String subject, int start, int end) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifier,subject,startandendparameters).AuthleteApi.getTokenList(String clientIdentifier, String subject, int start, int end, Options options) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifier,subject,startandendparameters).default TokenListResponseAuthleteApi.getTokenList(String clientIdentifier, String subject, int start, int end, TokenStatus tokenStatus) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifier,subject,startandendparameters).AuthleteApi.getTokenList(String clientIdentifier, String subject, int start, int end, TokenStatus tokenStatus, Options options) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifier,subject,startandendparameters).AuthleteApi.getTokenList(String clientIdentifier, String subject, Options options) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifierandsubject).default TokenListResponseAuthleteApi.getTokenList(String clientIdentifier, String subject, TokenStatus tokenStatus) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifierandsubject).AuthleteApi.getTokenList(String clientIdentifier, String subject, TokenStatus tokenStatus, Options options) Get the list of access tokens (= call Authlete's/auth/token/get/listAPI withclientIdentifierandsubject).AuthleteApiImplV3.getTokenList(int start, int end, Options options) AuthleteApiImplV3.getTokenList(int start, int end, TokenStatus tokenStatus, Options options) AuthleteApiImplV3.getTokenList(Options options) AuthleteApiImplV3.getTokenList(TokenStatus tokenStatus, Options options) AuthleteApiImplV3.getTokenList(String clientIdentifier, String subject, int start, int end, Options options) AuthleteApiImplV3.getTokenList(String clientIdentifier, String subject, int start, int end, TokenStatus tokenStatus, Options options) AuthleteApiImplV3.getTokenList(String clientIdentifier, String subject, Options options) AuthleteApiImplV3.getTokenList(String clientIdentifier, String subject, TokenStatus tokenStatus, Options options) -
Uses of TokenListResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenListResponseModifier and TypeMethodDescriptionTokenListResponse.setAccessTokens(AccessToken[] accessTokens) Set the list of access tokens that match the query conditions.Set the client information associated with the value of'clientIdentifier'parameter in the original request.TokenListResponse.setEnd(int end) Set the end index (exclusive) for the result set of the query.TokenListResponse.setStart(int start) Set the start index (inclusive) for the result set of the query.TokenListResponse.setSubject(String subject) Set the value of'subject'parameter in the original request.TokenListResponse.setTotalCount(int count) Set the total count of access tokens.