Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTDTO
-
Packages that use RevokedJWTDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of RevokedJWTDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return RevokedJWTDTO Modifier and Type Method Description RevokedJWTDTORevokedJWTDTO. expiryTime(Long expiryTime)RevokedJWTDTORevokedJWTDTO. jwtSignature(String jwtSignature)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type RevokedJWTDTO Modifier and Type Method Description List<RevokedJWTDTO>RevokedEventsDTO. getRevokedJWTList()Get revokedJWTListMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type RevokedJWTDTO Modifier and Type Method Description RevokedEventsDTORevokedEventsDTO. addRevokedJWTListItem(RevokedJWTDTO revokedJWTListItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type RevokedJWTDTO Modifier and Type Method Description RevokedEventsDTORevokedEventsDTO. revokedJWTList(List<RevokedJWTDTO> revokedJWTList)voidRevokedEventsDTO. setRevokedJWTList(List<RevokedJWTDTO> revokedJWTList)
-