Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTConsumerKeyDTO
-
Packages that use RevokedJWTConsumerKeyDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of RevokedJWTConsumerKeyDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return RevokedJWTConsumerKeyDTO Modifier and Type Method Description RevokedJWTConsumerKeyDTORevokedJWTConsumerKeyDTO. consumerKey(String consumerKey)RevokedJWTConsumerKeyDTORevokedJWTConsumerKeyDTO. organization(String organization)RevokedJWTConsumerKeyDTORevokedJWTConsumerKeyDTO. revocationTime(Long revocationTime)RevokedJWTConsumerKeyDTORevokedJWTConsumerKeyDTO. type(String type)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type RevokedJWTConsumerKeyDTO Modifier and Type Method Description List<RevokedJWTConsumerKeyDTO>RevokedEventsDTO. getRevokedJWTConsumerKeyList()Get revokedJWTConsumerKeyListMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type RevokedJWTConsumerKeyDTO Modifier and Type Method Description RevokedEventsDTORevokedEventsDTO. addRevokedJWTConsumerKeyListItem(RevokedJWTConsumerKeyDTO revokedJWTConsumerKeyListItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type RevokedJWTConsumerKeyDTO Modifier and Type Method Description RevokedEventsDTORevokedEventsDTO. revokedJWTConsumerKeyList(List<RevokedJWTConsumerKeyDTO> revokedJWTConsumerKeyList)voidRevokedEventsDTO. setRevokedJWTConsumerKeyList(List<RevokedJWTConsumerKeyDTO> revokedJWTConsumerKeyList)
-