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