Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTDTO
Packages that use RevokedJWTDTO
-
Uses of RevokedJWTDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return RevokedJWTDTOModifier and TypeMethodDescriptionRevokedJWTDTO.expiryTime(Long expiryTime) RevokedJWTDTO.jwtSignature(String jwtSignature) Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type RevokedJWTDTOMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type RevokedJWTDTOModifier and TypeMethodDescriptionRevokedEventsDTO.addRevokedJWTListItem(RevokedJWTDTO revokedJWTListItem) Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type RevokedJWTDTOModifier and TypeMethodDescriptionRevokedEventsDTO.revokedJWTList(List<RevokedJWTDTO> revokedJWTList) voidRevokedEventsDTO.setRevokedJWTList(List<RevokedJWTDTO> revokedJWTList)