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