Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTSubjectEntityDTO
Packages that use RevokedJWTSubjectEntityDTO
-
Uses of RevokedJWTSubjectEntityDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return RevokedJWTSubjectEntityDTOModifier and TypeMethodDescriptionRevokedJWTSubjectEntityDTO.entityType(String entityType) RevokedJWTSubjectEntityDTO.organization(String organization) RevokedJWTSubjectEntityDTO.revocationTime(Long revocationTime) Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type RevokedJWTSubjectEntityDTOModifier and TypeMethodDescriptionRevokedEventsDTO.getRevokedJWTSubjectEntityList()Get revokedJWTSubjectEntityListMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type RevokedJWTSubjectEntityDTOModifier and TypeMethodDescriptionRevokedEventsDTO.addRevokedJWTSubjectEntityListItem(RevokedJWTSubjectEntityDTO revokedJWTSubjectEntityListItem) Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type RevokedJWTSubjectEntityDTOModifier and TypeMethodDescriptionRevokedEventsDTO.revokedJWTSubjectEntityList(List<RevokedJWTSubjectEntityDTO> revokedJWTSubjectEntityList) voidRevokedEventsDTO.setRevokedJWTSubjectEntityList(List<RevokedJWTSubjectEntityDTO> revokedJWTSubjectEntityList)